mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Prevent cssnano from 'optimising' z-index:9999 into z-index: 1. Fixes #3944
This commit is contained in:
parent
d26e6734ec
commit
99853ad517
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ var cssnanoConfig = {
|
|||
discardUnused: {
|
||||
fontFace: false,
|
||||
},
|
||||
zindex: false,
|
||||
};
|
||||
|
||||
gulp.task('styles', ['styles:sass', 'styles:css', 'styles:assets']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue