aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2016-01-06 16:47:44 +0300
committervsn4ik <[email protected]>2016-01-06 16:47:44 +0300
commite543565d7810912cf5aa31a414ac5c9eac93d74d (patch)
tree4716d3643f9f520043009507b1a60bfb113fe07d
parent1300af1d2dbf3f5aecc1ba9480ac9cb28a7b8561 (diff)
downloadbootstrap-e543565d7810912cf5aa31a414ac5c9eac93d74d.tar.xz
bootstrap-e543565d7810912cf5aa31a414ac5c9eac93d74d.zip
Use text-emphasis-variant mixin for .text-muted
-rw-r--r--scss/utilities/_text.scss4
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);