I'd like to keep this plugin focused on the integration between React and CSS Modules.
What's your use case? Based on https://github.com/css-modules/icss#export it appears that :export is implemented by the relevant CSS loader, such as webpack's CSS loader, and not an explicit concern for developers who are styling React components.
Hi Bakti.
I'd like to keep this plugin focused on the integration between React and CSS Modules.
What's your use case? Based on https://github.com/css-modules/icss#export it appears that
:export
is implemented by the relevant CSS loader, such as webpack's CSS loader, and not an explicit concern for developers who are styling React components.