Skip to content

Commit

Permalink
Added note to readme about variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Dec 2, 2011
1 parent f9129ee commit 2031aa5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,13 @@ In your SCSS file of choice:

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

Want to configure a variable? Thanks to bernado, this is now awesome *and* easy! Just define the variables you want to change *before* importing Bootstrap. SASS will respect your existing definition and won't overwrite it with the Bootstrap defaults.

$gridColumns: 12;
$gridColumnWidth: 60px;
$gridGutterWidth: 20px;
@import "bootstrap";

### Javascript

In your Javascript manifest:
Expand Down

0 comments on commit 2031aa5

Please sign in to comment.