2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00
This commit is contained in:
Mark Otto
2011-06-29 17:11:02 -07:00
9 changed files with 86 additions and 144 deletions
+8 -10
View File
@@ -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 {