From c55d9cef01566e309ccf699593fc58256dc99cf4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 1 Feb 2022 14:10:19 -0800 Subject: [PATCH] Document new utilities --- site/content/docs/5.1/utilities/borders.md | 2 ++ site/content/docs/5.1/utilities/text.md | 1 + 2 files changed, 3 insertions(+) diff --git a/site/content/docs/5.1/utilities/borders.md b/site/content/docs/5.1/utilities/borders.md index 6ba1174c9..0a47aecad 100644 --- a/site/content/docs/5.1/utilities/borders.md +++ b/site/content/docs/5.1/utilities/borders.md @@ -76,6 +76,8 @@ Use the scaling classes for larger or smaller rounded corners. Sizes range from {{< placeholder width="75" height="75" class="rounded-1" title="Example small rounded image" >}} {{< placeholder width="75" height="75" class="rounded-2" title="Example default rounded image" >}} {{< placeholder width="75" height="75" class="rounded-3" title="Example large rounded image" >}} +{{< placeholder width="75" height="75" class="rounded-4" title="Example larger rounded image" >}} +{{< placeholder width="75" height="75" class="rounded-5" title="Example extra large rounded image" >}} {{< /example >}} ## Sass diff --git a/site/content/docs/5.1/utilities/text.md b/site/content/docs/5.1/utilities/text.md index be8e0e1c0..a170660ef 100644 --- a/site/content/docs/5.1/utilities/text.md +++ b/site/content/docs/5.1/utilities/text.md @@ -89,6 +89,7 @@ Quickly change the `font-weight` or `font-style` of text with these utilities. ` {{< example >}}

Bold text.

Bolder weight text (relative to the parent element).

+

Semibold weight text.

Normal weight text.

Light weight text.

Lighter weight text (relative to the parent element).