mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Update Readme.md
This commit is contained in:
parent
04df4de50a
commit
2fb7526428
1 changed files with 7 additions and 1 deletions
|
@ -30,10 +30,16 @@ In your Javascript manifest:
|
|||
// Loads all Bootstrap javascripts
|
||||
//= require bootstrap
|
||||
|
||||
// Alternatively
|
||||
// Alternatively, load individual modules
|
||||
//= require bootstrap-scrollspy
|
||||
//= require bootstrap-modal
|
||||
//= require bootstrap-dropdown
|
||||
|
||||
Simples.
|
||||
|
||||
## Versioning
|
||||
We try to stick to Bootstrap versioning wherever possible. The major and minor version numbers will always represent the Twitter Bootstrap version, but no guarantees are made for the tiny version number, since waiting for Bootstrap to update so I can push out a fix sucks.
|
||||
|
||||
## Branches
|
||||
Master will usually represent the latest release of `bootstrap-sass`. Other branches contain experimental code, or are a relatively close mirror of other Bootstrap branches.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue