Skip to content

Commit 7c5451d

Browse files
committed
ensure legacy css overrides other css cuz... cascade
1 parent c7072d5 commit 7c5451d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ module.exports = {
4545
},
4646
theme: {
4747
customCss: [
48-
path.resolve('src/components/v1/legacyCSS.css'),
4948
path.resolve('src/css/docusaurusTheme.css'),
5049
path.resolve('src/css/algoliaDocSearchTheme.css'),
5150
path.resolve('static/css/custom.css'),
5251
path.resolve('static/css/jest.css'),
52+
path.resolve('src/components/v1/legacyCSS.css'),
5353
],
5454
},
5555
},

0 commit comments

Comments
 (0)