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

rm note about requiring sass-rails, it's just above.

This commit is contained in:
Thomas McDonald 2012-03-28 14:14:09 +01:00
parent 24eeb3c3b2
commit de80b412f9

View file

@ -16,8 +16,6 @@ In your Gemfile:
gem 'sass-rails', '~> 3.1'
gem 'bootstrap-sass', '~> 2.0.1'
**Note**: previous versions of bootstrap-sass automatically required sass-rails. This is no longer the case, and you will *need* to require it in your Gemfile.
#### CSS
Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's styles, mixins and variables! Don't use Sprocket's `//= require` directives for Sass files, because they're horrible and will kill your cat.