Minify CSS by removing safe comments and formatting bytes while preserving declarations.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Comments and unnecessary whitespace are removed, safe color or zero-unit shortenings may be applied, and declaration order stays intact. Strings, URLs, custom properties, and calc expressions are protected.
/* Reset */
body {
margin: 0;
padding: 0;
}
.container {
max-width: 1200px;
}
body{margin:0;padding:0}.container{max-width:1200px}
Production bundles, critical-CSS tests, and asset pipelines minify stylesheets.