From e543565d7810912cf5aa31a414ac5c9eac93d74d Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Wed, 6 Jan 2016 16:47:44 +0300 Subject: [PATCH] Use text-emphasis-variant mixin for .text-muted --- scss/utilities/_text.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index f3a0c9880499..901f771442bc 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);