diff options
| author | Mark Otto <[email protected]> | 2017-08-20 13:36:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 13:36:16 -0700 |
| commit | 26e6d8b2b28555e2c0e3cdd02e98550420265771 (patch) | |
| tree | 801d17400bfb4bea79e1dde5e1f99eaff3fd9632 | |
| parent | c0434f69f4866bb189ab66df038a9eacb6c2ee43 (diff) | |
| download | bootstrap-26e6d8b2b28555e2c0e3cdd02e98550420265771.tar.xz bootstrap-26e6d8b2b28555e2c0e3cdd02e98550420265771.zip | |
drop the now unused -color variable
| -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 cc4d26a30..31d019321 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -646,7 +646,6 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !defau // Badges -$badge-color: $white !default; $badge-font-size: 75% !default; $badge-font-weight: $font-weight-bold !default; $badge-padding-y: .25em !default; |
