From 26e6d8b2b28555e2c0e3cdd02e98550420265771 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Aug 2017 13:36:16 -0700 Subject: [PATCH] drop the now unused -color variable --- scss/_variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index cc4d26a30e4f..31d01932148d 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;