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
In order to ramp up a repo to use local scoped classes, it would be nice to do it incrementally.
Right now, the "local-by-default" plugin is hardcoded in postcss-modules index file, meaning without manually updating every css file to be :global, it's difficult to do this for large projects.
It would be very helpful to have an option to not include that plugin, so that projects could be incremental about module support.
The text was updated successfully, but these errors were encountered:
In order to ramp up a repo to use local scoped classes, it would be nice to do it incrementally.
Right now, the "local-by-default" plugin is hardcoded in postcss-modules index file, meaning without manually updating every css file to be :global, it's difficult to do this for large projects.
It would be very helpful to have an option to not include that plugin, so that projects could be incremental about module support.
The text was updated successfully, but these errors were encountered: