jimkyndemeyer / react-css-modules-intellij-plugin

React CSS Modules support in IntelliJ IDEA and WebStorm for components written in JavaScript and TypeScript.
MIT License
41 stars 5 forks source link

Any plan for `:export`? #3

Closed baktiaditya closed 7 years ago

jimkyndemeyer commented 7 years ago

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.