From 317790bfbe0aaabcad482e38f274ffe029ca2667 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 13 Jan 2015 15:31:03 -0800 Subject: [PATCH] Document that Autoprefixer is required Per https://github.com/twbs/bootstrap/pull/15473 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c716c65..89186f1a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ gem 'bootstrap-sass', '~> 3.3.1' gem 'sass-rails', '>= 3.2' ``` -It is also recommended to use [Autoprefixer](https://github.com/ai/autoprefixer-rails) with Bootstrap +Bootstrap requires the use of [Autoprefixer](https://github.com/ai/autoprefixer-rails) to add browser vendor prefixes automatically. Simply add the gem: ```ruby @@ -200,7 +200,7 @@ When using ruby Sass compiler standalone or with the Bower version you can set i #### Sass: Autoprefixer -Using [Autoprefixer][autoprefixer] with Bootstrap is recommended. +Bootstrap requires the use of [Autoprefixer][autoprefixer]. [Autoprefixer][autoprefixer] adds vendor prefixes to CSS rules using values from [Can I Use](http://caniuse.com/). #### JavaScript