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

Bootstrap class: .font-italic

<p class="font-italic">Italicized text.</p>

Preview

Italicized text.

Tips 💡

Sass source

/* _text.scss:38 */
.font-italic        { font-style: italic !important; }

// Contextual colors

.text-white { color: $white !important; }

@each $color, $value in $theme-colors {
  @include text-emphasis-variant(".text-#{$color}", $value);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _text.scss:38 */
$white
$color
$value
$theme-colors
$color}"
$value

More in Bootstrap Text