From fe722c2453fcfd38dcb8869ee62a3ba9e12803fe Mon Sep 17 00:00:00 2001 From: Edd Yerburgh Date: Mon, 12 Sep 2016 07:03:12 +0100 Subject: [PATCH] added text-gray-dark class (#19847) --- scss/utilities/_text.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 901f771442..c1cbe12708 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -44,6 +44,10 @@ @include text-emphasis-variant('.text-danger', $brand-danger); +// Font color + +@include text-emphasis-variant('.text-gray-dark', $gray-dark); + // Misc .text-hide {