From e72283ccafaf37996ee44f26fca1e44f1501f53e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 29 Jun 2011 15:40:52 -0700 Subject: fix comments up for non minified built file --- lib/preboot.less | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'lib/preboot.less') 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 { -- cgit v1.2.3