1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Restore .text-muted

This commit is contained in:
Mark Otto
2017-07-01 18:37:27 -07:00
parent 2bf4de0698
commit 3603088454

View File

@@ -34,14 +34,14 @@
// Contextual colors // Contextual colors
.text-white { .text-white { color: #fff !important; }
color: #fff !important;
}
@each $color, $value in $theme-colors { @each $color, $value in $theme-colors {
@include text-emphasis-variant('.text-#{$color}', $value); @include text-emphasis-variant('.text-#{$color}', $value);
} }
.text-muted { color: $gray-400 !important; }
// Misc // Misc
.text-hide { .text-hide {