From: Christian Oliff Date: Wed, 12 Aug 2020 14:27:23 +0000 (+0900) Subject: Remove 'both' as its no longer just 2 breakpoints (now that XXL is there) X-Git-Tag: v5.0.0-alpha2~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a87ef784be3ddce62968a4a1766418446e8852;p=thirdparty%2Fbootstrap.git Remove 'both' as its no longer just 2 breakpoints (now that XXL is there) --- diff --git a/site/content/docs/5.0/utilities/display.md b/site/content/docs/5.0/utilities/display.md index 0f7deca180..a62878fde3 100644 --- a/site/content/docs/5.0/utilities/display.md +++ b/site/content/docs/5.0/utilities/display.md @@ -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