diff options
| author | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
| commit | cddc565d07fed42576a55111ea60ce1b6ff5bbd9 (patch) | |
| tree | 11090e61e72cd760f638701814955b315e0337e6 /lib/preboot.less | |
| parent | f47b5765743dc7001b3f7d22ed2e8e2b3d9545a3 (diff) | |
| parent | 1561b20f7c0aae9adb40585ab01a9539bd23f01a (diff) | |
| download | bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.tar.xz bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.zip | |
Merge branch 'master' of http://git.local.twitter.com/bootstrap
Diffstat (limited to 'lib/preboot.less')
| -rw-r--r-- | lib/preboot.less | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index cad8605b6..fdad65859 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -1,11 +1,9 @@ -/* - * Preboot.less +/* Preboot.less * Variables and mixins to pre-ignite any new web development project - */ + * ------------------------------------------------------------------ */ - -/* Variables --------------------------------------------------- */ +// Variables +// --------- // Links @linkColor: #0069d6; @@ -40,8 +38,8 @@ @siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); -/* Color Scheme --------------------------------------------------- */ +// Color Scheme +// ------------ @baseColor: @blue; // Set a base color @complement: spin(@baseColor, 180); // Determine a complementary color @@ -55,8 +53,8 @@ @analog2: spin(@baseColor, -22); -/* Mixins --------------------------------------------------- */ +// Mixins +// ------ // Clearfix for clearing floats like a boss .clearfix { |
