Skip to content

Commit

Permalink
Merge pull request #18488 from vsn4ik/v4-use-mixin-for-text-muted
Browse files Browse the repository at this point in the history
Use text-emphasis mixin for .text-muted
  • Loading branch information
mdo committed Feb 7, 2016
2 parents 4be6b91 + e543565 commit 1285ec3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scss/utilities/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1285ec3

Please sign in to comment.