diff options
| -rw-r--r-- | scss/utilities/_text.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 901f77144..c1cbe1270 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 { |
