diff options
| author | Mark Otto <[email protected]> | 2011-10-11 19:31:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-11 19:31:25 -0700 |
| commit | fa8b1dc12dcfe993f1e4185f95ebe0981fbeb0f0 (patch) | |
| tree | 53dcc6d2f5b2badd47388a8b1fc238029fa30810 /lib/variables.less | |
| parent | b6443905411dcdcec54d7eaad2f998a582271728 (diff) | |
| download | bootstrap-fa8b1dc12dcfe993f1e4185f95ebe0981fbeb0f0.tar.xz bootstrap-fa8b1dc12dcfe993f1e4185f95ebe0981fbeb0f0.zip | |
remove color scheme variables, remove font-face mixin
Diffstat (limited to 'lib/variables.less')
| -rw-r--r-- | lib/variables.less | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/variables.less b/lib/variables.less index 864dbe8c0..f85e0ec85 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -45,22 +45,6 @@ @siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); -// COLOR SCHEME -// ------------ - -// Use this to roll your own color schemes if you like (unused by Bootstrap by default) -@baseColor: @blue; // Set a base color -@complement: spin(@baseColor, 180); // Determine a complementary color -@split1: spin(@baseColor, 158); // Split complements -@split2: spin(@baseColor, -158); -@triad1: spin(@baseColor, 135); // Triads colors -@triad2: spin(@baseColor, -135); -@tetra1: spin(@baseColor, 90); // Tetra colors -@tetra2: spin(@baseColor, -90); -@analog1: spin(@baseColor, 22); // Analogs colors -@analog2: spin(@baseColor, -22); - - // THEME VARIABLES // --------------- |
