From de78b71bab289374c44c84154b48847919106a60 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Jul 2017 19:04:31 -0700 Subject: [PATCH] fixes #22981 --- scss/utilities/_text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 7f20ed76e..d337e0d63 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -40,7 +40,7 @@ @include text-emphasis-variant('.text-#{$color}', $value); } -.text-muted { color: $gray-400 !important; } +.text-muted { color: $text-muted !important; } // Misc