{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same
catalogue, so a page rendered by a non-owner points its canonical at the owner
instead of competing with it. Falls back to this site for static/self-owned pages. #}
Remove comments, whitespace, and redundant characters from CSS to reduce file size.
How It Works
Strips CSS comments (/* ... */), collapses whitespace around selectors and properties, removes trailing semicolons before closing braces, and trims leading/trailing spaces. All processing happens in your browser.
Frequently Asked Questions
Does this change my CSS behavior?
No. Minification only removes whitespace, comments, and redundant characters. The rendered output is identical.
How much size reduction can I expect?
Typically 20-40% reduction for well-formatted CSS. Heavily commented files see even greater savings.