CSS Formatter and Beautifier
Beautify minified or messy CSS with consistent indentation and spacing. Powered by Prettier and running entirely in your browser. Free.
Input
Result
The result appears here as you type.
What this tool is for
Minified CSS is one long line, and reading it means guessing where a rule ends. This expands it into properly indented rules using Prettier, so the result matches what your editor would produce rather than some house style of its own.
How to use it
- Paste the CSS or drop a .css file.
- Choose your indentation.
- Copy the formatted stylesheet.
Frequently asked questions
Does formatting change how the CSS behaves?
No. Only whitespace and formatting change, never the rules themselves or their order, so specificity and cascade are untouched.