diff options
| author | Jacob Thornton <[email protected]> | 2011-08-16 22:58:01 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-16 22:58:01 -0700 |
| commit | 6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8 (patch) | |
| tree | 1e63886781d626933a6cee19872e105cd8a0066d /lib/preboot.less | |
| parent | 5eb962faea0ef05392ba9109546d5d9fda07aa43 (diff) | |
| download | bootstrap-6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8.tar.xz bootstrap-6d0b083b7d594d3b8caa4b820a3712a5e3cc91c8.zip | |
update whitspace and comment styles
Diffstat (limited to 'lib/preboot.less')
| -rw-r--r-- | lib/preboot.less | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 416ce35bc..e7d5cad68 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -2,7 +2,8 @@ * Variables and mixins to pre-ignite any new web development project * ------------------------------------------------------------------ */ -// Variables + +// VARIABLES // --------- // Links @@ -37,10 +38,7 @@ @gridGutterWidth: 20px; @siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); - // Color Scheme -// ------------ - @baseColor: @blue; // Set a base color @complement: spin(@baseColor, 180); // Determine a complementary color @split1: spin(@baseColor, 158); // Split complements @@ -53,7 +51,7 @@ @analog2: spin(@baseColor, -22); -// Mixins +// MIXINS // ------ // Clearfix for clearing floats like a boss |
