From fd33d800d1c988d55a20176868364f6e59de1cf4 Mon Sep 17 00:00:00 2001 From: Pete Deffendol Date: Thu, 5 Oct 2017 10:59:48 -0600 Subject: [PATCH] Fix autoprefixer documentation for Sass setup The documentation for configuring gulp-autoprefixer does not match the actual configuration used in the build scripts. --- docs/pages/sass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] }); ``` -- 2.47.2