PrettyCSS
PrettyCSS copied to clipboard
Enable ordering of properties within a selector
Examples:
- First list background properties, then box model properties, etc
- Alphabetical
- Sort based on a list that's configurable
Problems:
How would this work with Sass/Less? Move all properties up and then all child selectors below?