issues
search
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
Add support for named imports
#8
Open
wintercounter
opened
6 years ago
wintercounter
commented
6 years ago
.header { width: 100% }
import { header } from './styles.scss'
.header { width: 100% }
import { header } from './styles.scss'