diff options
| author | Aleksander Machniak <[email protected]> | 2020-08-13 15:51:23 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-13 15:51:23 +0200 |
| commit | cf704cd36d754dcee7238877a37fb447a07e3401 (patch) | |
| tree | 3e015fcc76af33d77dba7a02e1ec247bbb19b2a3 /scss | |
| parent | 180a0dc2e2336b78cbd6da98734c8639cdeaa6f7 (diff) | |
| download | bootstrap-cf704cd36d754dcee7238877a37fb447a07e3401.tar.xz bootstrap-cf704cd36d754dcee7238877a37fb447a07e3401.zip | |
Give more priority to `.d-none` (#31473)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_utilities.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 79e52fd32..7c818685a 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -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, |
