0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01: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
.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 {