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:
parent
24eeb3c3b2
commit
de80b412f9
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue