react-css-modules-intellij-plugin
react-css-modules-intellij-plugin copied to clipboard
is this repo abandoned?
trafficstars
Hi,
My main focus in on the GraphQL plugin and other projects, so this plugin has no active development at this time. If a breaking change in the platform means an update is required, I'll consider it based on how many active users the plugin has at that time.
I also believe that WebStorm added at least some of the feature in this plugin a while back.
@jimkyndemeyer everything works good except this:
.right{
&__link{
font-size: 15px;
}
}
I have indented styles, and intellij shows them as error and cant fix this. Is there a way to edit plugin and disable this error?