From 6db3420e6a75c2d79c9c9361ceb926c98f1a2b05 Mon Sep 17 00:00:00 2001 From: sebastien Date: Fri, 27 Sep 2024 11:59:35 +0200 Subject: [PATCH] fix harmless CSS order change for LightningCSS --- website/testCSSOrder.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/testCSSOrder.mjs b/website/testCSSOrder.mjs index fbb3bf2fc27a..15fbc1c4f758 100644 --- a/website/testCSSOrder.mjs +++ b/website/testCSSOrder.mjs @@ -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',