Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-01-14 02:31:03 +0300
committerChris Rebert <code@rebertia.com>2015-01-14 02:31:03 +0300
commit317790bfbe0aaabcad482e38f274ffe029ca2667 (patch)
tree0e6dacbc1a94004237b093741b20bc9bb75c53f4
parentf3b99eda0005cd62a8ab0b1f5df8a04ec9a7bb8d (diff)
Document that Autoprefixer is required
Per https://github.com/twbs/bootstrap/pull/15473
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7c716c6..89186f1 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