This commit is contained in:
Mark Otto 2017-10-22 19:34:24 -07:00
parent 2f8d3a3d8c
commit 964356464c
1 changed files with 1 additions and 3 deletions

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