Skip to content

Commit

Permalink
Merge pull request #18648 from patrickhlauke/docs-utilities-tweak1
Browse files Browse the repository at this point in the history
Docs: small tweaks to utilities
  • Loading branch information
cvrebert committed Dec 23, 2015
2 parents 9f5f53a + bac3d68 commit 86c0520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/components/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,16 @@ 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.

{% example html %}
<p class="font-weight-bold">Bold text.</p>
<p class="font-weight-normal">Normal weight text.</p>
<p class="font-italic">Italicized text.</p>
<p class="font-italic">Italic text.</p>
{% endexample %}

## Contextual colors and backgrounds
Expand Down

0 comments on commit 86c0520

Please sign in to comment.