instruct people to install after adding to Gemfile

This commit is contained in:
Thomas McDonald 2013-03-20 12:56:42 +00:00
Родитель 8812d54c4c
Коммит da8879696a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.