anton-rudeshko / CSSReorder

:warning: This plugin is not maintained and may not work in modern IntelliJ IDE's. Reorder CSS properties at your needs. Right now plugin in very early dev stage, be patient and stay tuned for updates.
http://plugins.jetbrains.com/plugin?pr=&pluginId=7164
MIT License
60 stars 4 forks source link

[feature request] Posibility to configure reordering rules #21

Open wujekbogdan opened 10 years ago

wujekbogdan commented 10 years ago

There's no need to create GUI for it. Even JSON file would be good enough.

anton-rudeshko commented 10 years ago

As far as I can imagine the implementation, making a GUI in IDEA is much simpler than reading a JSON...

For JSON configuration you may want to have a look at CSSComb.js.

aliosv commented 9 years ago

@anton-rudeshko, will be usefull to provide config from file(like in jscs plugin).