aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndres Galante <[email protected]>2017-09-17 03:53:05 -0300
committerXhmikosR <[email protected]>2017-09-17 09:53:05 +0300
commit7e3ff772d0d1c5a407a44d8925518654e3f3d6d2 (patch)
treeef49045d7494cda4c8e17a9447f870ba964f6fa4 /docs
parentf17b165f0fa2ff7b9537cfc368796aa92ae91139 (diff)
downloadbootstrap-7e3ff772d0d1c5a407a44d8925518654e3f3d6d2.tar.xz
bootstrap-7e3ff772d0d1c5a407a44d8925518654e3f3d6d2.zip
Add light weight to text utility classes (#23970)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/text.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/utilities/text.md b/docs/4.0/utilities/text.md
index 699871038..69b2dee8c 100644
--- a/docs/4.0/utilities/text.md
+++ b/docs/4.0/utilities/text.md
@@ -77,5 +77,6 @@ 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-weight-light">Light weight text.</p>
<p class="font-italic">Italic text.</p>
{% endexample %}