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

instruct people to install after adding to Gemfile

This commit is contained in:
Thomas McDonald 2013-03-20 12:56:42 +00:00
parent 8812d54c4c
commit da8879696a

View file

@ -17,6 +17,8 @@ gem 'sass-rails', '~> 3.2'
gem 'bootstrap-sass', '~> 2.3.1.0'
```
`bundle install` and restart your server to make the files available.
#### CSS
Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's styles, mixins and variables! We recommend against using `//= require` directives, since none of your other stylesheets will be [able to use](https://github.com/thomas-mcdonald/bootstrap-sass/issues/79#issuecomment-4428595) the awesome mixins that Bootstrap has defined.