Clean code is happy code. There is something serene about opening up a file to edit and having everything laid out nicely with consistant spacing, bracketing, grouping styles and comments. Today I happened across a nice little generator that cleans up your css files for you. Procssor will take CSS input and apply specified options in generating a visually appealing, consistent block of CSS output.
Processor boasts multiple methods of CSS input including: Direct Input, URL and File upload.
The options panel provides image tool tips of CSS code on hover giving the end user a little visual hint at how the CSS will be handled. There are a couple of really good options available for formatting including alphabetizing your properties and columnizing your code.
The result is a consistent and nicely styled CSS file available to copy and paste or download as a file.

Nice read! Thanks