mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 17:40:59 +00: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:
commit
1285ec34fa
1 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue