]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove 'both' as its no longer just 2 breakpoints (now that XXL is there)
authorChristian Oliff <christianoliff@pm.me>
Wed, 12 Aug 2020 14:27:23 +0000 (23:27 +0900)
committerMark Otto <otto@github.com>
Mon, 17 Aug 2020 23:59:12 +0000 (16:59 -0700)
site/content/docs/5.0/utilities/display.md

index 0f7deca180e3abc67effda9bf650260bae069251..a62878fde3658490a709530c22c6b687f2b8a666 100644 (file)
@@ -33,7 +33,7 @@ Where *value* is one of:
 
 The display values can be altered by changing the `$displays` variable and recompiling the SCSS.
 
-The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on both `lg`, `xl`, and `xxl` screens.
+The media queries affect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on `lg`, `xl`, and `xxl` screens.
 
 ## Examples