Replies: 1 comment 1 reply
-
If it's for a third party library in node_modules, then this should already be the case. CSS modules are never enabled in node_modules, unless the filename ends with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my project I have 2 CSS files that should be global (e.g. to target a 3rd-party library, like monaco-editor) and the rest 98 files should be modules. Therefore, I enabled CSS modules globally but then I don't know how to escape those 2 files. I tried
name.global.css
but it does not work.In other words:
true
Beta Was this translation helpful? Give feedback.
All reactions