Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-04-01 00:39:43 +0300
committerMark Otto <markd.otto@gmail.com>2018-04-01 08:02:47 +0300
commit4f05e3b73504102d277c9f8a0bbbc7a3776c138f (patch)
tree61096fb99ec31a5da42cb48d43b277d801dfd858 /scss
parent9f5f51d871005ff940a62ee935fb8bf20af0befd (diff)
add .text-body, fixes #25412
Diffstat (limited to 'scss')
-rw-r--r--scss/utilities/_text.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 0aa441cc99..9ebf731a5b 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -45,6 +45,7 @@
@include text-emphasis-variant(".text-#{$color}", $value);
}
+.text-body { color: $body-color !important; }
.text-muted { color: $text-muted !important; }
// Misc