From: Pete Deffendol Date: Thu, 5 Oct 2017 16:59:48 +0000 (-0600) Subject: Fix autoprefixer documentation for Sass setup X-Git-Tag: v6.6.0~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10698%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix autoprefixer documentation for Sass setup The documentation for configuring gulp-autoprefixer does not match the actual configuration used in the build scripts. --- diff --git a/docs/pages/sass.md b/docs/pages/sass.md index ead2a9b24..9c0cba2f6 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -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'] }); ```