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:
parent
79d39e42e2
commit
cc5495eaa6
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue