From 4e067f72297cc72c53b13933f401e7c078d80352 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Jul 2017 23:35:57 -0700 Subject: [PATCH] remove unused $list-group-color variable; it should naturally inherit from the body --- scss/_variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 6884d60f88..269cb50ed4 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -741,7 +741,6 @@ $progress-bar-transition: width .6s ease !default; // List group -$list-group-color: $body-color !default; $list-group-bg: $white !default; $list-group-border-color: rgba($black,.125) !default; $list-group-border-width: $border-width !default;