From: Mark Otto Date: Sun, 20 Aug 2017 20:36:16 +0000 (-0700) Subject: drop the now unused -color variable X-Git-Tag: v4.0.0-beta.2~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e6d8b2b28555e2c0e3cdd02e98550420265771;p=thirdparty%2Fbootstrap.git drop the now unused -color variable --- diff --git a/scss/_variables.scss b/scss/_variables.scss index cc4d26a30e..31d0193214 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;