Merge branch 'master' of http://git.local.twitter.com/bootstrap
This commit is contained in:
commit
cddc565d07
9 changed files with 86 additions and 144 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue