aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdd Yerburgh <[email protected]>2016-09-12 07:03:12 +0100
committerMark Otto <[email protected]>2016-09-11 23:03:12 -0700
commitfe722c2453fcfd38dcb8869ee62a3ba9e12803fe (patch)
tree816592b57d915b27d8995f09f52aa85da384af5e
parent8b13c51a0ee8a1c9e56e5b7cb058c2d62a1258e4 (diff)
downloadbootstrap-fe722c2453fcfd38dcb8869ee62a3ba9e12803fe.tar.xz
bootstrap-fe722c2453fcfd38dcb8869ee62a3ba9e12803fe.zip
added text-gray-dark class (#19847)
-rw-r--r--scss/utilities/_text.scss4
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 {