text-transform
Utilities for controlling the capitalization of text.
| Utility | Styles |
|---|---|
uppercase | text-transform: uppercase; |
lowercase | text-transform: lowercase; |
capitalize | text-transform: capitalize; |
none | text-transform: none; |
Utilities for controlling the capitalization of text.
| Utility | Styles |
|---|---|
uppercase | text-transform: uppercase; |
lowercase | text-transform: lowercase; |
capitalize | text-transform: capitalize; |
none | text-transform: none; |