PrettyCSS
PrettyCSS copied to clipboard
Fully asynchronous
It would be sweet if the library was fully asynchronous and broke work down to tiny little bits and processed them using something like async.js or a work queue. This may add to the overall processing time of a CSS file (which is fast), but would also let other processing happen during the steps that occur during the CSS tokenizing and checking.