diff options
| author | Mark Otto <[email protected]> | 2017-07-01 23:35:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-01 23:35:57 -0700 |
| commit | 4e067f72297cc72c53b13933f401e7c078d80352 (patch) | |
| tree | 5ac8411f286035c070846629071eeccba3a2c2bd | |
| parent | e7ae1d90698a618d4c7847621c50a13ce31ae7f9 (diff) | |
| download | bootstrap-4e067f72297cc72c53b13933f401e7c078d80352.tar.xz bootstrap-4e067f72297cc72c53b13933f401e7c078d80352.zip | |
remove unused $list-group-color variable; it should naturally inherit from the body
| -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 6884d60f8..269cb50ed 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; |
