mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 22:17:00 +02:00
fix(cssnano-preset): disable z-index minification (#7593)
* fix(cssnano-preset): disable z-index minification * add z-index tests link to pages tests * revert change to docs
This commit is contained in:
parent
7e9db564d1
commit
1f0440074a
4 changed files with 24 additions and 0 deletions
|
@ -13,6 +13,8 @@ const preset: typeof advancedBasePreset = function preset(opts) {
|
|||
const advancedPreset = advancedBasePreset({
|
||||
autoprefixer: {add: false},
|
||||
discardComments: {removeAll: true},
|
||||
/* cSpell:ignore zindex */
|
||||
zindex: false,
|
||||
...opts,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue