Format CSS Code
This CSS tool will help you format your code to
the style you prefer. Currently the tool will format
the code into 4 styles, they are:
Style 1 - Code is formatted to make it easy to read
and edit, properties are on individual lines.
Style 2 - Same as Style 1, but the properties are in
alphabetical order.
Style 3 - Same as Style 1, but the properties are
sorted with longest property to shortest.
Style 4 - Code is more compact with properties on
one line.