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:
authorGleb Mazovetskiy <glebm@google.com>2015-01-17 23:57:38 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-01-18 01:49:41 +0300
commit30ac3c8ca7c5041fdde484041c659b12cdee6208 (patch)
tree3f110fa5ce6133f60368b7b003f7f314ca612cdf /README.md
parent90446df74e67ca1b4f7eed579eb8b87ccaf90408 (diff)
Make autoprefixer-rails a dependency #824
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4ceca14..810345d 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,6 @@ gem 'bootstrap-sass', '~> 3.3.1'
gem 'sass-rails', '>= 3.2'
```
-Bootstrap requires the use of [Autoprefixer](https://github.com/ai/autoprefixer-rails)
-to add browser vendor prefixes automatically. Simply add the gem:
-
-```ruby
-gem 'autoprefixer-rails'
-```
-
`bundle install` and restart your server to make the files available through the pipeline.
Import Bootstrap styles in `app/assets/stylesheets/application.css.scss`: