diff options
| author | Patrick H. Lauke <[email protected]> | 2015-12-23 14:29:12 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-12-23 14:29:12 +0000 |
| commit | bac3d68f52f538c3282c5102fc5c675501264990 (patch) | |
| tree | 9e1b9bf549b0f25618386b66d83b926678021a43 /docs | |
| parent | 9cf2e50b1ec7eb824e994f0bf45f581ef4970c18 (diff) | |
| download | bootstrap-bac3d68f52f538c3282c5102fc5c675501264990.tar.xz bootstrap-bac3d68f52f538c3282c5102fc5c675501264990.zip | |
Clarify what text-capitalize actually does
as on first skimming over these, it may not be completely obvious
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/utilities.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index ff778b42b..1a8ceb361 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -95,6 +95,8 @@ Transform text in components with text capitalization classes. <p class="text-capitalize">CapiTaliZed text.</p> {% endexample %} +Note how `text-capitalize` only changes the first letter of each word, leaving the case of any other letters unaffected. + ## Font weight and italics Quickly change the weight (boldness) of text or italicize text. |
