aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-06 16:30:07 -0800
committerMark Otto <[email protected]>2016-02-06 16:30:07 -0800
commit1285ec34fa9b5c2649cbb5b15de13ccfd1b14926 (patch)
tree09dcfbc122ec1e38126e31efb22bc9ce5ce56cba
parent4be6b914675cc6ff53bcb47c1d2b2d4b672bd1bb (diff)
parente543565d7810912cf5aa31a414ac5c9eac93d74d (diff)
downloadbootstrap-1285ec34fa9b5c2649cbb5b15de13ccfd1b14926.tar.xz
bootstrap-1285ec34fa9b5c2649cbb5b15de13ccfd1b14926.zip
Merge pull request #18488 from vsn4ik/v4-use-mixin-for-text-muted
Use text-emphasis mixin for .text-muted
-rw-r--r--scss/utilities/_text.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index f3a0c9880..901f77144 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -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);