diff options
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 { |
