Skip to content

Commit

Permalink
1.3.0 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Sep 19, 2011
1 parent 33e35f2 commit 9a310fa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Enjoy.

In your gemfile:

gem 'bootstrap-sass', '1.2.0'
gem 'bootstrap-sass', '1.3.0'

In your css file of choice:
### CSS

In your CSS file of choice:

@import "bootstrap" // Use this to get all of Bootstrap's @mixins and $variables

Expand All @@ -21,5 +23,17 @@ or
* //so I wouldn't use this. Stil, its an alternative.
*/

### Javascript

In your Javascript manifest:

// Loads all Bootstrap javascripts
//= require bootstrap

// Alternatively
//= require bootstrap-scrollspy
//= require bootstrap-modal
//= require bootstrap-dropdown

Simples.

0 comments on commit 9a310fa

Please sign in to comment.