diff options
| author | vsn4ik <[email protected]> | 2016-01-06 16:47:44 +0300 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2016-01-06 16:47:44 +0300 |
| commit | e543565d7810912cf5aa31a414ac5c9eac93d74d (patch) | |
| tree | 4716d3643f9f520043009507b1a60bfb113fe07d | |
| parent | 1300af1d2dbf3f5aecc1ba9480ac9cb28a7b8561 (diff) | |
| download | bootstrap-e543565d7810912cf5aa31a414ac5c9eac93d74d.tar.xz bootstrap-e543565d7810912cf5aa31a414ac5c9eac93d74d.zip | |
Use text-emphasis-variant mixin for .text-muted
| -rw-r--r-- | scss/utilities/_text.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index f3a0c9880..901f77144 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -32,9 +32,7 @@ // Contextual colors -.text-muted { - color: $text-muted; -} +@include text-emphasis-variant('.text-muted', $text-muted); @include text-emphasis-variant('.text-primary', $brand-primary); |
