mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 13:17:23 +02:00
fix(v2): do not treat at-rules during CSS minification (#3896)
This commit is contained in:
parent
3e12e951b9
commit
b14b9c88f3
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ export function getMinimizer(useSimpleCssMinifier = false): Plugin[] {
|
|||
2: {
|
||||
all: true,
|
||||
restructureRules: true,
|
||||
removeUnusedAtRules: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue