0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #18488 from vsn4ik/v4-use-mixin-for-text-muted

Use text-emphasis mixin for .text-muted
This commit is contained in:
Mark Otto 2016-02-06 16:30:07 -08:00
commit 1285ec34fa

View File

@ -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);