aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-17 22:26:25 -0700
committerMark Otto <[email protected]>2011-08-17 22:26:25 -0700
commit68007404a87e5f40de85896f6d935fde469a032c (patch)
treefe3ef581e30132af1f9a302118443fca71b10a3c /lib/preboot.less
parent5c687ee393945762403bbea8e7e86a618e474ac6 (diff)
parent07837a1c47321e97dde4a816cb2cd246724e7481 (diff)
downloadbootstrap-68007404a87e5f40de85896f6d935fde469a032c.tar.xz
bootstrap-68007404a87e5f40de85896f6d935fde469a032c.zip
Merge branch 'master' of http://git.local.twitter.com/bootstrap
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less8
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