From: Julien Déramond Date: Sun, 10 Jul 2022 06:37:47 +0000 (+0200) Subject: Docs: fix description on how to alter display values (#36712) X-Git-Tag: v5.2.0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3eb6265b65621516f0fda4bf8b4cc4e3cd12e33e;p=thirdparty%2Fbootstrap.git Docs: fix description on how to alter display values (#36712) --- diff --git a/site/content/docs/5.2/utilities/display.md b/site/content/docs/5.2/utilities/display.md index cbbb9d48e2..5ed825acb4 100644 --- a/site/content/docs/5.2/utilities/display.md +++ b/site/content/docs/5.2/utilities/display.md @@ -32,7 +32,7 @@ Where *value* is one of: - `flex` - `inline-flex` -The display values can be altered by changing the `$displays` variable and recompiling the SCSS. +The display values can be altered by changing the `display` values defined in `$utilities` and recompiling the SCSS. The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on `lg`, `xl`, and `xxl` screens.