From: Daniel Schuba Date: Mon, 16 May 2016 14:54:54 +0000 (+0200) Subject: Fix for #8792 X-Git-Tag: v6.2.4-rc1~75^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8794%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix for #8792 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. --- diff --git a/gulp/sass.js b/gulp/sass.js index 59ff3bbcd..6443c050d 100644 --- a/gulp/sass.js +++ b/gulp/sass.js @@ -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