Skip to content

Commit

Permalink
fix weird css order classname change
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Mar 9, 2023
1 parent 6f178ad commit 4e8fc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/testCSSOrder.mjs
Expand Up @@ -31,7 +31,6 @@ const EXPECTED_CSS_MARKERS = [
// See https://github.com/facebook/docusaurus/pull/6222
'.markdown>h2',
'.button--outline.button--active',
'.DocSearch-Hit-content-wrapper',
'--ifm-color-scheme:light',
'.col[class*=col--]',
'.padding-vert--xl',
Expand All @@ -49,6 +48,7 @@ const EXPECTED_CSS_MARKERS = [

// Lazy-loaded lib
'.DocSearch-Modal',
'.DocSearch-Hit-content-wrapper',
];

const cssDirName = fileURLToPath(new URL('build/assets/css', import.meta.url));
Expand Down

0 comments on commit 4e8fc8e

Please sign in to comment.