We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning written to build output when building my docusaurus site:
[WARNING] {"message":" ⚠ Unsupported pseudo class or element: global at assets/css/styles.035bba7f.css:8451:32111\n","compilerPath":"client"}
Site builds without warnings
Warning above is written to the console
I'm pretty sure this is caused by the :global selector in
:global
docusaurus-openapi-docs/packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/ApiCodeBlock/Line/_Line.scss
Line 39 in c074d3f
Not sure what the fix would be. Perhaps rename it to _Line.module.scss?
_Line.module.scss
docusaurus-plugin-sass
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Warning written to build output when building my docusaurus site:
[WARNING] {"message":" ⚠ Unsupported pseudo class or element: global at assets/css/styles.035bba7f.css:8451:32111\n","compilerPath":"client"}
Expected behavior
Site builds without warnings
Current behavior
Warning above is written to the console
Possible solution
I'm pretty sure this is caused by the
:global
selector indocusaurus-openapi-docs/packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/ApiCodeBlock/Line/_Line.scss
Line 39 in c074d3f
Not sure what the fix would be. Perhaps rename it to
_Line.module.scss
?Steps to reproduce
docusaurus-plugin-sass
0.2.5 (latest), not sure if that mattersScreenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: