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

classcss
text-normal-casetext-transform: none
text
text-uppercasetext-transform: uppercase
text
text-lowercasetext-transform: lowercase
TEXT
text-capitalizetext-transform: capitalize
text

Usage

<div class="text-uppercase">
...
</div>
HTML
.dummy {
@extend
.text-uppercase;
}
SCSS