CSSReorder
CSSReorder copied to clipboard
: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...
I'm using version 0.4. ``` css /* YAML Framework CSS file */ @import url(common/yaml.css); /* YAML Builder settings */ @import url(quickstart/basemod.css); /* import vendor files */ @import url(../vendor/jquery-ui/css/smoothness/jquery-ui-1.10.1.custom.css); @import url(../vendor/slimbox/css/slimbox2.css);...
The Plugin is not reranging the CSS with the newest phpStorm Version.
I wish I could reorder my CSS alphabetically. Way of arranging should be customizable in Settings page (issue #2).
There's no need to create GUI for it. Even JSON file would be good enough.
I'm using CSSReorder in my `.scss` files, but it doesn't work when the Sass code is wrapped by an `@at-root` directive. Eg: ``` scss .parent { @at-root { .child-1 {...
I know it can be hard to decide to which rule referes a comment sometimes, but if the rules are each in one different line, it's obvious. So when reordering...