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