mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
Docs: fix description on how to alter display values (#36712)
This commit is contained in:
@@ -32,7 +32,7 @@ Where *value* is one of:
|
|||||||
- `flex`
|
- `flex`
|
||||||
- `inline-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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user