<p class="font-weight-normal">Normal weight text.</p>
Normal weight text.
You don't need to remember all these classes. Just use a bootstrap builder instead.
/* _text.scss:36 */
.font-weight-normal { font-weight: $font-weight-normal !important; }
.font-weight-bold { font-weight: $font-weight-bold !important; }
.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);
}
Code copied to the clipboard.
Copying failed
/* _text.scss:36 */
$font-weight-normal
$font-weight-bold
$white
$color
$value
$theme-colors
$color}"
$value