Skip to content

Commit 4f05e3b

Browse files
committed
add .text-body, fixes twbs#25412
1 parent 9f5f51d commit 4f05e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/utilities/_text.scss

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
@include text-emphasis-variant(".text-#{$color}", $value);
4646
}
4747

48+
.text-body { color: $body-color !important; }
4849
.text-muted { color: $text-muted !important; }
4950

5051
// Misc

0 commit comments

Comments
 (0)