diff options
| author | Mark Otto <[email protected]> | 2012-01-29 16:58:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 16:58:51 -0800 |
| commit | fda77e69eb825f6b098a303fedcc96d257b4b050 (patch) | |
| tree | 31199c1eca0b0686085b48725b87207315aeb108 /less/variables.less | |
| parent | b078050702d92551ab53545edfb484f39511278e (diff) | |
| download | bootstrap-fda77e69eb825f6b098a303fedcc96d257b4b050.tar.xz bootstrap-fda77e69eb825f6b098a303fedcc96d257b4b050.zip | |
move vars and mixins for default grid back to appropriate files
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index c1e21978c..f09a88cdb 100644 --- a/less/variables.less +++ b/less/variables.less @@ -40,6 +40,17 @@ +// GRID SYSTEM VARIABLES +// -------------------------------------------------- + +@gridColumns: 12; +@gridColumnWidth: 60px; +@gridGutterWidth: 20px; +@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); +@gridTotalWidth: @gridRowWidth; + + + // COMPONENT VARIABLES // -------------------------------------------------- |
