]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix autoprefixer documentation for Sass setup 10698/head
authorPete Deffendol <pete@deffendol.org>
Thu, 5 Oct 2017 16:59:48 +0000 (10:59 -0600)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2017 16:59:48 +0000 (10:59 -0600)
The documentation for configuring gulp-autoprefixer does not match the actual configuration used in the build scripts.

docs/pages/sass.md

index ead2a9b245fe132cb6027d60db1258ec8ea5c8b5..9c0cba2f6264c6380ac30f758f119759f60d8167 100644 (file)
@@ -30,7 +30,7 @@ To get the proper browser support, use these Autoprefixer settings:
 
 ```js
 autoprefixer({
-  browsers: ['last 2 versions', 'ie >= 9', 'and_chr >= 2.3']
+  browsers: ['last 2 versions', 'ie >= 9', 'Android >= 2.3', 'ios >= 7']
 });
 ```