Skip to content

Commit

Permalink
Fix for foundation#8792
Browse files Browse the repository at this point in the history
I guess this is a misunderstanding about android browser versions
To target Android Webview (Android 2.3) another syntax is needed than for Android Chrome which it was until now.
  • Loading branch information
DaSchTour committed May 16, 2016
1 parent 5e58d69 commit a767010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var LINT_PATHS = [
var COMPATIBILITY = [
'last 2 versions',
'ie >= 9',
'and_chr >= 2.3'
'Android >= 2.3'
];

// Compiles Sass files into CSS
Expand Down

0 comments on commit a767010

Please sign in to comment.