From 9c1d1cb8ace1dfc17a654da5a9a12ff2cedddbfd Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 27 Dec 2018 20:01:30 +0100 Subject: [PATCH] Add documentation --- site/docs/4.2/utilities/display.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/4.2/utilities/display.md b/site/docs/4.2/utilities/display.md index ab77ddc9125f..8dafce2d8920 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