<p class="text-white-50 bg-danger">I'm a text with 50% opacity white</p>
I'm a text with 50% opacity white
You don't need to remember all these classes. Just use a bootstrap builder instead.
/* _text.scss:52 */
.text-white-50 { color: rgba($white, .5) !important; }
// Misc
.text-hide {
@include text-hide($ignore-warning: true);
}
Code copied to the clipboard.
Copying failed
/* _text.scss:52 */
$white
$ignore-warning: