Update packages/docusaurus-cssnano-preset/src/index.ts

This commit is contained in:
Sébastien Lorber 2025-10-16 17:16:25 +02:00 committed by GitHub
parent 7bc2489832
commit 9020237eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ const preset: typeof advancedBasePreset = function preset(opts) {
const advancedPreset = advancedBasePreset({
autoprefixer: {add: false},
discardComments: {removeAll: true},
// See CodeBlock custom line number bug: https://github.com/facebook/docusaurus/pull/11487
/* cSpell:ignore Idents */
reduceIdents: {counter: false},
/* cSpell:ignore zindex */