PrettyCSS icon indicating copy to clipboard operation
PrettyCSS copied to clipboard

Fully asynchronous

Open fidian opened this issue 13 years ago • 0 comments

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.

fidian avatar Nov 15 '12 22:11 fidian