From: Martijn Cuppens Date: Sat, 15 Feb 2020 12:35:35 +0000 (+0100) Subject: Update copy sizing utilities (#30182) X-Git-Tag: v5.0.0-alpha1~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139b480b6da63ebb955c44a289ffea52efb6ac83;p=thirdparty%2Fbootstrap.git Update copy sizing utilities (#30182) The `$sizes` Sass map doesn't exist anymore in `v5`. --- 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%