Skip to content

Commit

Permalink
Merge pull request #818 from twbs/autoprefixer
Browse files Browse the repository at this point in the history
Document that Autoprefixer is required
  • Loading branch information
glebm committed Jan 14, 2015
2 parents f3b99ed + 317790b commit 4cb30ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4cb30ad

Please sign in to comment.