From: Gilbert West Date: Sat, 28 Nov 2015 22:17:37 +0000 (+0100) Subject: Unnecessary word X-Git-Tag: v6.0.5~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85ef1873f2a65c63e6cc57ce37a0625c5dd3919;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Unnecessary word Removed and extra "to" after autoprefixer --- diff --git a/docs/pages/sass.md b/docs/pages/sass.md index 9f63a1f23..04c2bb298 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -18,7 +18,7 @@ description: Foundation is written in Sass, which allows us to make the codebase ### Autoprefixer Required -We don't include vendor prefixes in our Sass files—instead, we let [Autoprefixer](https://github.com/postcss/autoprefixer) to handle it for us. Our build process uses [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer), but there are [other versions](https://github.com/postcss/autoprefixer#usage) that work with Grunt, Rails, Brunch, and more. +We don't include vendor prefixes in our Sass files—instead, we let [Autoprefixer](https://github.com/postcss/autoprefixer) handle it for us. Our build process uses [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer), but there are [other versions](https://github.com/postcss/autoprefixer#usage) that work with Grunt, Rails, Brunch, and more. To get the proper browser support, use these Autoprefixer settings: