From f85ef1873f2a65c63e6cc57ce37a0625c5dd3919 Mon Sep 17 00:00:00 2001 From: Gilbert West Date: Sat, 28 Nov 2015 23:17:37 +0100 Subject: [PATCH] Unnecessary word Removed and extra "to" after autoprefixer --- 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 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: -- 2.47.2