You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I want to say local scope enabled by defalut is amazing. (css-loader?module)
But I'm having trouble with third party libs when I import their css from node_modules. I don't want that css locally scoped, I want their css to be global.
For example when I try to use React Toggle by importing @import "../../node_modules/react-toggle/style.css"; in my general shared css, each class gets scoped with the localIdentName.
Any solutions? Thank you.
The text was updated successfully, but these errors were encountered:
First I want to say local scope enabled by defalut is amazing. (css-loader?module)
But I'm having trouble with third party libs when I import their css from node_modules. I don't want that css locally scoped, I want their css to be global.
For example when I try to use React Toggle by importing @import "../../node_modules/react-toggle/style.css"; in my general shared css, each class gets scoped with the localIdentName.
Any solutions? Thank you.
The text was updated successfully, but these errors were encountered: