]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add ios >= 7 to autoprefixer 9296/head
authorKevin Ball <kmball11@gmail.com>
Tue, 25 Oct 2016 18:03:16 +0000 (11:03 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 25 Oct 2016 18:03:16 +0000 (11:03 -0700)
gulp/sass.js

index 6443c050d533c6066d9254f9d0ca5526f45775e8..f23d9a3d0e5a064c75fee195be8f258f4022dd5d 100644 (file)
@@ -24,7 +24,8 @@ var LINT_PATHS = [
 var COMPATIBILITY = [
   'last 2 versions',
   'ie >= 9',
-  'Android >= 2.3'
+  'Android >= 2.3',
+  'ios >= 7'
 ];
 
 // Compiles Sass files into CSS