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
This lib seem to work really well with component-scoped css and "global" css. The problem is that, according to README.md (correct me if I am wrong), there is only 2 options to set it up: we have to use a craco plugin or setup manually on ejected projects.
I personally use react-app-rewired on one of my projects. It is required for ant design to work, so if I replace react-app-rewired with craco, ant design simply stops working.
So, is it possible to setup react-scoped-css on react-app-rewired based projects or to have a plugin similar to craco-plugin-scoped-css, but for react-app-rewired?
The text was updated successfully, but these errors were encountered:
This lib seem to work really well with component-scoped css and "global" css. The problem is that, according to README.md (correct me if I am wrong), there is only 2 options to set it up: we have to use a craco plugin or setup manually on ejected projects.
I personally use react-app-rewired on one of my projects. It is required for ant design to work, so if I replace react-app-rewired with craco, ant design simply stops working.
So, is it possible to setup react-scoped-css on react-app-rewired based projects or to have a plugin similar to craco-plugin-scoped-css, but for react-app-rewired?
The text was updated successfully, but these errors were encountered: