aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);