diff options
| author | Jacob Thornton <[email protected]> | 2011-06-29 15:40:52 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-06-29 15:40:52 -0700 |
| commit | e72283ccafaf37996ee44f26fca1e44f1501f53e (patch) | |
| tree | f08583baf0e16f1ff3dc145a5bfc43f35cb07681 /lib/preboot.less | |
| parent | e0b09867c23b421153f10235ec64d484bac6323d (diff) | |
| download | bootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.tar.xz bootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.zip | |
fix comments up for non minified built file
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 91f751ecc..7347203c5 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 { |
