Skip to main content

Text Transform

Utilities for controlling the transformation of text.

CSS Property:text-transform
Classes:4

Text Transform Classes

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

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[text-transform:value]

Responsive Variants

Apply text transform utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:uppercase
768px+md:md:uppercase
1024px+lg:lg:uppercase
1280px+xl:xl:uppercase
1536px+2xl:2xl:uppercase