aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-01 18:37:27 -0700
committerMark Otto <[email protected]>2017-07-01 19:01:58 -0700
commit360308845429f07e9eedb669254df3e70fd60fc4 (patch)
treebfffbd0c400c050575712569b63bcdb0fcd81898 /scss/utilities
parent2bf4de0698461f3916c869e84c9f781458974fb3 (diff)
downloadbootstrap-360308845429f07e9eedb669254df3e70fd60fc4.tar.xz
bootstrap-360308845429f07e9eedb669254df3e70fd60fc4.zip
Restore .text-muted
Diffstat (limited to 'scss/utilities')
-rw-r--r--scss/utilities/_text.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 90e06f5c4..7f20ed76e 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -34,14 +34,14 @@
// Contextual colors
-.text-white {
- color: #fff !important;
-}
+.text-white { color: #fff !important; }
@each $color, $value in $theme-colors {
@include text-emphasis-variant('.text-#{$color}', $value);
}
+.text-muted { color: $gray-400 !important; }
+
// Misc
.text-hide {