Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-12-29 05:54:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-29 05:54:58 +0300
commitc0dfda964fb6e283c778570ce0556e4f01e2817f (patch)
tree1a77f623f471b8d6249e80c64c55eab4bd353aa4 /site
parent952374654ce7a7751dbf1a430f4c3f79e3d4fe48 (diff)
Configurable display utility classes (#27917)
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.2/utilities/display.md2
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 ab77ddc912..8dafce2d89 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