diff options
| author | Mark Otto <[email protected]> | 2018-03-31 14:39:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-03-31 22:02:47 -0700 |
| commit | 4f05e3b73504102d277c9f8a0bbbc7a3776c138f (patch) | |
| tree | 61096fb99ec31a5da42cb48d43b277d801dfd858 /scss/utilities | |
| parent | 9f5f51d871005ff940a62ee935fb8bf20af0befd (diff) | |
| download | bootstrap-4f05e3b73504102d277c9f8a0bbbc7a3776c138f.tar.xz bootstrap-4f05e3b73504102d277c9f8a0bbbc7a3776c138f.zip | |
add .text-body, fixes #25412
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_text.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 0aa441cc9..9ebf731a5 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 |
