2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Use text-emphasis-variant mixin for .text-muted

This commit is contained in:
vsn4ik
2016-01-06 16:47:44 +03:00
parent 1300af1d2d
commit e543565d78
+1 -3
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);