Convert colors between HEX, RGB, HSL, and CMYK — online color converter with live preview.
Open toolUnminify CSS
Reformat minified CSS back into a readable, indented stylesheet.
Result will appear hereWhat is a unminify css?
This tool reformats minified or single-line CSS back into a readable, properly indented stylesheet - one property per line, consistent spacing, and clear rule boundaries - so you can actually read and edit it.
How to use this tool
- 1Paste minified CSS, or upload a .css file.
- 2Click Run to reformat it with 2-space indentation.
- 3Copy the result or download it as a .css file.
Common use cases
Frequently asked questions
Does formatting change what the CSS does?
No - only whitespace and line breaks are added back; the selectors, properties, and values are untouched.
Can this also format normal, already-readable CSS?
Yes - it will re-indent it consistently, which is useful for standardizing formatting across a file with mixed styles.
Does it preserve comments?
Any comments present in the input are kept in the formatted output at their original position.
Is my CSS sent anywhere?
No - formatting happens entirely in your browser.
{
"runs_in_browser": true,
"data_sent_to_server": false,
"signup_required": false,
"price": "free",
"category": "Converters"
}