diff options
| author | Mark Otto <[email protected]> | 2011-09-11 20:47:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 20:47:35 -0700 |
| commit | c876835a029f4137dcd64cec8a445d47bc0cf00f (patch) | |
| tree | 62d85bfcc073db774164bc458af63eff4fb89c99 /lib | |
| parent | 96e59eed20c24593208c8a216c13e6409fae7d9d (diff) | |
| download | bootstrap-c876835a029f4137dcd64cec8a445d47bc0cf00f.tar.xz bootstrap-c876835a029f4137dcd64cec8a445d47bc0cf00f.zip | |
update preboot comments about color scheme
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/preboot.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 7bbaf223c..2e2c21a5d 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -40,6 +40,7 @@ @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 |
