diff options
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.2/utilities/display.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/docs/4.2/utilities/display.md b/site/docs/4.2/utilities/display.md index ab77ddc91..8dafce2d8 100644 --- a/site/docs/4.2/utilities/display.md +++ b/site/docs/4.2/utilities/display.md @@ -31,6 +31,8 @@ Where *value* is one of: * `flex` * `inline-flex` +The display values can be altered by changing the `$displays` variable and recompiling the SCSS. + The media queries effect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on both `lg` and `xl` screens. ## Examples |
