mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
README should reference new version
This commit is contained in:
parent
1bf44db64a
commit
610c959327
1 changed files with 3 additions and 10 deletions
13
README.md
13
README.md
|
@ -8,21 +8,14 @@ Enjoy.
|
|||
|
||||
In your gemfile:
|
||||
|
||||
gem 'bootstrap-sass', '1.3.0'
|
||||
gem 'bootstrap-sass', '1.4.0'
|
||||
|
||||
### CSS
|
||||
|
||||
In your CSS file of choice:
|
||||
In your SCSS file of choice:
|
||||
|
||||
@import "bootstrap"; /* Use this to get all of Bootstrap's @mixins and $variables */
|
||||
|
||||
or
|
||||
|
||||
/*
|
||||
*= require bootstrap // This doesn't (at the moment) preserve loaded @mixins,
|
||||
* //so I wouldn't use this. Stil, its an alternative.
|
||||
*/
|
||||
|
||||
### Javascript
|
||||
|
||||
In your Javascript manifest:
|
||||
|
@ -30,7 +23,7 @@ In your Javascript manifest:
|
|||
// Loads all Bootstrap javascripts
|
||||
//= require bootstrap
|
||||
|
||||
// Alternatively, load individual modules
|
||||
// Alternatively, you can load individual modules
|
||||
//= require bootstrap-scrollspy
|
||||
//= require bootstrap-modal
|
||||
//= require bootstrap-dropdown
|
||||
|
|
Loading…
Add table
Reference in a new issue