0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00
This commit is contained in:
Mark Otto 2017-10-22 19:34:24 -07:00
parent 2f8d3a3d8c
commit 964356464c

View File

@ -30,9 +30,7 @@ Where *display* is one of:
* `flex`
* `inline-flex`
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.
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