typography

text-transform

Utilities for controlling the capitalization of text.

ClassStyle
uppercasetext-transform: uppercase;
lowercasetext-transform: lowercase;
capitalizetext-transform: capitalize;
normal-casetext-transform: none;