Skip to content

Commit

Permalink
fix(v2): do not treat at-rules during CSS minification (#3896)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Dec 8, 2020
1 parent 3e12e95 commit b14b9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docusaurus/src/webpack/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ export function getMinimizer(useSimpleCssMinifier = false): Plugin[] {
2: {
all: true,
restructureRules: true,
removeUnusedAtRules: false,
},
},
},
Expand Down

0 comments on commit b14b9c8

Please sign in to comment.