1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Document that Autoprefixer is required

Per https://github.com/twbs/bootstrap/pull/15473
This commit is contained in:
Chris Rebert 2015-01-13 15:31:03 -08:00
parent f3b99eda00
commit 317790bfbe

View file

@ -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