From c0dfda964fb6e283c778570ce0556e4f01e2817f Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sat, 29 Dec 2018 03:54:58 +0100 Subject: Configurable display utility classes (#27917) --- site/docs/4.2/utilities/display.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site/docs') 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 -- cgit v1.2.3