is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .text-body

<p class="text-body">I'm a text with the default body color.</p>

Preview

I'm a text with the default body color.

Tips 💡

Sass source

/* _text.scss:48 */
.text-body { color: $body-color !important; }
.text-muted { color: $text-muted !important; }

.text-black-50 { color: rgba($black, .5) !important; }
.text-white-50 { color: rgba($white, .5) !important; }

// Misc

.text-hide {
  @include text-hide($ignore-warning: true);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _text.scss:48 */
$body-color
$text-muted
$black
$white
$ignore-warning:

More in Bootstrap Text