Text Transform

The text-transform property controls the capitalization of text.
Class
Properties
text-uppercase
text-transform: uppercase;
text-lowercase
text-transform: lowercase;
text-capitalize
text-transform: capitalize;
utilities.scss API