Skip to content

Commit

Permalink
ensure legacy css overrides other css cuz... cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 23, 2021
1 parent c7072d5 commit 7c5451d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ module.exports = {
},
theme: {
customCss: [
path.resolve('src/components/v1/legacyCSS.css'),
path.resolve('src/css/docusaurusTheme.css'),
path.resolve('src/css/algoliaDocSearchTheme.css'),
path.resolve('static/css/custom.css'),
path.resolve('static/css/jest.css'),
path.resolve('src/components/v1/legacyCSS.css'),
],
},
},
Expand Down

0 comments on commit 7c5451d

Please sign in to comment.