diff options
| author | Martijn Cuppens <[email protected]> | 2018-12-29 03:54:58 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-29 04:54:58 +0200 |
| commit | c0dfda964fb6e283c778570ce0556e4f01e2817f (patch) | |
| tree | 1a77f623f471b8d6249e80c64c55eab4bd353aa4 /site/docs | |
| parent | 952374654ce7a7751dbf1a430f4c3f79e3d4fe48 (diff) | |
| download | bootstrap-c0dfda964fb6e283c778570ce0556e4f01e2817f.tar.xz bootstrap-c0dfda964fb6e283c778570ce0556e4f01e2817f.zip | |
Configurable display utility classes (#27917)
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 |
