mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-14 15:13:09 +00: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,
|
print: true,
|
||||||
property: display,
|
property: display,
|
||||||
class: d,
|
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": (
|
"shadow": (
|
||||||
property: box-shadow,
|
property: box-shadow,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue