mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Give more priority to .d-none
(#31473)
This commit is contained in:
parent
180a0dc2e2
commit
cf704cd36d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ $utilities: map-merge(
|
|||
print: true,
|
||||
property: display,
|
||||
class: d,
|
||||
values: none inline inline-block block table table-row table-cell flex inline-flex
|
||||
values: inline inline-block block table table-row table-cell flex inline-flex none
|
||||
),
|
||||
"shadow": (
|
||||
property: box-shadow,
|
||||
|
|
Loading…
Reference in a new issue