diff options
| author | XhmikosR <[email protected]> | 2024-03-15 21:23:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-15 21:23:19 +0200 |
| commit | 202a20f5614e09db4296041c81508fa606ab569f (patch) | |
| tree | 05557f2e1a20be5dbd123421cd84d9265a682e32 | |
| parent | 086a0e2a1cb6d5d71b34bea0c27c9c266e2704e3 (diff) | |
| download | bootstrap-202a20f5614e09db4296041c81508fa606ab569f.tar.xz bootstrap-202a20f5614e09db4296041c81508fa606ab569f.zip | |
docs: mention text transform classes (#39782)
| -rw-r--r-- | site/content/docs/5.3/utilities/text.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/utilities/text.md b/site/content/docs/5.3/utilities/text.md index 68b516ac5..345b277e8 100644 --- a/site/content/docs/5.3/utilities/text.md +++ b/site/content/docs/5.3/utilities/text.md @@ -58,7 +58,7 @@ Note that [breaking words isn't possible in Arabic](https://rtlstyling.com/posts ## Text transform -Transform text in components with text capitalization classes. +Transform text in components with our text capitalization classes: `text-lowercase`, `text-uppercase` or `text-capitalize`. {{< example >}} <p class="text-lowercase">Lowercased text.</p> |
