Paste a stylesheet and get a compact version for production: comments and whitespace removed, trailing semicolons dropped, zero units and long hex colours shortened. Strings and url() values are left untouched.
Removes comments, whitespace and redundant semicolons
Shortens #ffffff to #fff and 0px to 0
Leaves strings and url() values alone
Frequently asked questions
Does it change how my CSS works?
No. It only removes characters the browser ignores and rewrites values into shorter forms that mean the same thing.