Skip to content

Commit

Permalink
docs: Add "text-none" CSS class (text-transform:none) (#20875)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanStrutz authored Feb 14, 2025
1 parent 2a73641 commit 2790a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/pages/en/styles/text-and-typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Control text size, alignment, wrapping, overflow, transforms and more. By defaul
| **text-uppercase** | text-transform: uppercase; |
| **text-lowercase** | text-transform: lowercase; |
| **text-capitalize** | text-transform: capitalize; |
| **text-none** | text-transform: none; |
| **text-start** | text-align: start; |
| **text-center** | text-align: center; |
| **text-end** | text-align: end; |
Expand Down

0 comments on commit 2790a4d

Please sign in to comment.