Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-07-10 09:38:17 +0300
committerGitHub <noreply@github.com>2022-07-10 09:38:17 +0300
commit0f2d292fa8f5e1b84d953646e35e123f2cd4a768 (patch)
tree8c211cd88ec53deec65a722a999cb257412767fb
parentfb9e146ae09a2a5dac6ed2b4acd62258ed6d1040 (diff)
parent3eb6265b65621516f0fda4bf8b4cc4e3cd12e33e (diff)
Merge branch 'main' into main-jd-add-display-font-scss-varsmain-jd-add-display-font-scss-vars
-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 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.