Certain CSS styles not loading in Docusaurus 2 #2141
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
🐛 Bug Report
Certain CSS modules styles are not loading. E.g. the theme toggle, the navbar styles.
This is caused by
style-loader@1.1.0
webpack-contrib/style-loader#445 which causes overriding of the styles if the name of the CSS module files are the same.Have you read the Contributing Guidelines on issues?
Yes.
To Reproduce
Initialize a new Docusaurus 2 website
Note from Maintainers
We might publish a new Docusaurus 2 alpha version which locks down the version of style-loader to
1.0.2
.The text was updated successfully, but these errors were encountered: