README.md in bootstrap-sass-1.2.1 vs README.md in bootstrap-sass-1.3.0

- old
+ new

@@ -6,15 +6,34 @@ ## Usage 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 + +or + /* - *= require bootstrap + *= 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: + + // Loads all Bootstrap javascripts + //= require bootstrap + + // Alternatively + //= require bootstrap-scrollspy + //= require bootstrap-modal + //= require bootstrap-dropdown Simples.