diff options
| author | Mark Otto <[email protected]> | 2015-07-03 18:33:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-07-03 18:33:31 -0700 |
| commit | 932ac796116c8f6db5b56470d974c390bc4b31bc (patch) | |
| tree | 757c56af3f232f3037053ac13597d4b72d05e24e | |
| parent | 847470ca091a81ae000b4f2188a3c15bac3b4912 (diff) | |
| download | bootstrap-932ac796116c8f6db5b56470d974c390bc4b31bc.tar.xz bootstrap-932ac796116c8f6db5b56470d974c390bc4b31bc.zip | |
remove -darker
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index e6ec586b6..3150991bb 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -8,7 +8,6 @@ // Gray and brand colors for use across Bootstrap. $gray-dark: #373a3c !default; -$gray-darker: $gray-dark !default; // TODO: remove $gray: #55595c !default; $gray-light: #818a91 !default; $gray-lighter: #eceeef !default; |
