diff options
| author | Edd Yerburgh <[email protected]> | 2016-09-12 07:03:12 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-11 23:03:12 -0700 |
| commit | fe722c2453fcfd38dcb8869ee62a3ba9e12803fe (patch) | |
| tree | 816592b57d915b27d8995f09f52aa85da384af5e | |
| parent | 8b13c51a0ee8a1c9e56e5b7cb058c2d62a1258e4 (diff) | |
| download | bootstrap-fe722c2453fcfd38dcb8869ee62a3ba9e12803fe.tar.xz bootstrap-fe722c2453fcfd38dcb8869ee62a3ba9e12803fe.zip | |
added text-gray-dark class (#19847)
| -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 { |
