]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix description on how to alter display values (#36712)
authorJulien Déramond <julien.deramond@orange.com>
Sun, 10 Jul 2022 06:37:47 +0000 (08:37 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2022 06:37:47 +0000 (08:37 +0200)
site/content/docs/5.2/utilities/display.md

index cbbb9d48e242176defa13437754232abccb86784..5ed825acb424002bca35f9b93396f3684d01574a 100644 (file)
@@ -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.