From 139b480b6da63ebb955c44a289ffea52efb6ac83 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sat, 15 Feb 2020 13:35:35 +0100 Subject: [PATCH] Update copy sizing utilities (#30182) The `$sizes` Sass map doesn't exist anymore in `v5`. --- site/content/docs/4.3/utilities/sizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.3/utilities/sizing.md b/site/content/docs/4.3/utilities/sizing.md index 838e9b7f76..6f3bb08433 100644 --- a/site/content/docs/4.3/utilities/sizing.md +++ b/site/content/docs/4.3/utilities/sizing.md @@ -8,7 +8,7 @@ toc: true ## Relative to the parent -Width and height utilities are generated from the `$sizes` Sass map in `_variables.scss`. Includes support for `25%`, `50%`, `75%`, `100%`, and `auto` by default. Modify those values as you need to generate different utilities here. +Width and height utilities are generated from the utility API in `_utilities.scss`. Includes support for `25%`, `50%`, `75%`, `100%`, and `auto` by default. Modify those values as you need to generate different utilities here. {{< example >}}
Width 25%
-- 2.47.2