]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix for #8792 8794/head
authorDaniel Schuba <dasch@daschmedia.de>
Mon, 16 May 2016 14:54:54 +0000 (16:54 +0200)
committerDaniel Schuba <dasch@daschmedia.de>
Mon, 16 May 2016 14:54:54 +0000 (16:54 +0200)
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.

gulp/sass.js

index 59ff3bbcd63c7bada2f2b7c8c3af50644e308e83..6443c050d533c6066d9254f9d0ca5526f45775e8 100644 (file)
@@ -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