Skip to content

Commit

Permalink
fix harmless CSS order change for LightningCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Sep 27, 2024
1 parent 9cbde11 commit 6db3420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/testCSSOrder.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6db3420

Please sign in to comment.