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%