<p class="font-italic">Italicized text.</p>
<p class="font-italic">Italicized text.</p>
/* _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);
}
© 2024 Shuffle. All rights reserved.