Typography
Text Transform
Utilities for sets the capitalization of text.
Variant
Active Checked Child-Selection Dark Mode Disabled Expand First-Last-Selection First-Letter Focus Focus-Visible Focus-Within Fullscreen Group-Focus Group-Hover Hover Landscape Light Mode Portrait Reduce-Motion Responsive Selection-Hover Visited
API
class | css | |
---|---|---|
text-normal-case | text-transform: none | text |
text-uppercase | text-transform: uppercase | text |
text-lowercase | text-transform: lowercase | TEXT |
text-capitalize | text-transform: capitalize | text |
Usage
<div class="text-uppercase">
...
</div>
HTML
.dummy {
@extend
.text-uppercase;
}
SCSS