mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer
(#10522)
This commit is contained in:
parent
3b7c8281d5
commit
cba1e02772
12 changed files with 247 additions and 38 deletions
|
@ -29,11 +29,11 @@ const EXPECTED_CSS_MARKERS = [
|
|||
// Note, Infima and site classes are optimized/deduplicated and put at the top
|
||||
// We don't agree yet on what should be the order for those classes
|
||||
// See https://github.com/facebook/docusaurus/pull/6222
|
||||
'.markdown>h2',
|
||||
'.button--outline.button--active',
|
||||
'--ifm-color-scheme:light',
|
||||
'.col[class*=col--]',
|
||||
'.padding-vert--xl',
|
||||
'.markdown>h2',
|
||||
'.button--outline.button--active',
|
||||
'.footer__link-item',
|
||||
'.navbar__title',
|
||||
'.pagination__item',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue