mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Merge branch 'master' of http://git.local.twitter.com/bootstrap
This commit is contained in:
+8
-10
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user