CSS Beautifier
Developer Tools
100% in-browser
Paste minified CSS to get clean, indented, readable styles.
How to use the CSS Beautifier
- 1 Paste your CSS.
- 2 It is reformatted with proper indentation instantly.
- 3 Copy the clean CSS.
About the CSS Beautifier
Minified CSS saves bytes but is unreadable. This beautifier expands rules onto separate lines, indents declarations and spaces things out so you can read and edit the styles.
It runs entirely in your browser using js-beautify.
Frequently asked questions
Does it validate CSS?
No, it formats layout only; it does not check for invalid properties.
Can it minify CSS?
Use the CSS Minifier tool for that.