aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-07-10 08:37:47 +0200
committerGitHub <[email protected]>2022-07-10 08:37:47 +0200
commit3eb6265b65621516f0fda4bf8b4cc4e3cd12e33e (patch)
tree99d82ca55bd91b00cb88568cadfc12cd2c6e691f /site/content/docs
parent59a285ff3c79b894ab19b8e42c8cf3712b7424b3 (diff)
downloadbootstrap-3eb6265b65621516f0fda4bf8b4cc4e3cd12e33e.tar.xz
bootstrap-3eb6265b65621516f0fda4bf8b4cc4e3cd12e33e.zip
Docs: fix description on how to alter display values (#36712)
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.2/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/utilities/display.md b/site/content/docs/5.2/utilities/display.md
index cbbb9d48e..5ed825acb 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.