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

Update RAILS.md

This commit is contained in:
Gleb Mazovetskiy 2013-08-21 18:32:53 +02:00
parent 79d39e42e2
commit cc5495eaa6

View file

@ -23,6 +23,12 @@ Import Bootstrap in an SCSS file (for example, `application.css.scss`) to get al
@import "bootstrap";
```
You can also include optional bootstrap theme:
```css
@import "bootstrap/theme";
```
### Javascripts
We have a helper that includes all Bootstrap javascripts. Put this in your Javascript manifest (usually in `application.js`) to
@ -41,4 +47,4 @@ You can also load individual modules, provided you also require any dependencies
```
[antirequire]: https://github.com/thomas-mcdonald/bootstrap-sass/issues/79#issuecomment-4428595
[jsdocs]: http://getbootstrap.com/javascript/#transitions
[jsdocs]: http://getbootstrap.com/javascript/#transitions