CSS Formatter
Format or minify CSS with consistent indentation and optional comment removal
CSS minifier / formatter
Format (beautify) or minify CSS in your browser. Format adds consistent indentation and line breaks. Minify removes comments and collapses whitespace to reduce file size. All processing is client-side; your CSS never leaves your device.
Use cases
- Pretty-print minified CSS from production or CDNs
- Shrink CSS for faster page loads
- Clean up pasted snippets before editing