mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Configurable display utility classes (#27917)
This commit is contained in:
committed by
XhmikosR
parent
952374654c
commit
c0dfda964f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user