Paste minified, cramped, or messy CSS and get it back cleanly formatted — one declaration per line, tidy braces, and consistent spacing. Or flip it and minify to a single compact line. Everything runs entirely in your browser, so your styles never leave your device.
A fast, string-scanning formatter — it puts each declaration on its own indented line, adds a space after each colon, tidies braces, indents nested blocks like @media and @supports, and leaves a blank line between top-level rules. Minify does the inverse, collapsing everything to one compact line. It safely skips the insides of strings and /* comments */, so your content stays intact. It is not a full CSS parser, so unusual input may not format perfectly.