This is a tool, built for fun, to aid in writing css rules in a consistent manner.
Does this really require instructions? Ok, fine, enter a set of rules for a single block of css and the sorter will sort and group the rules according to the Rule Ordering shown below.
text-align: top; margin: 0; font-weight: bold;
margin: 0; font-weight: bold; text-align: top;
This is obviously an incomplete list. I'll get around to completeing this eventually or maybe never.