Expand minified CSS onto one declaration per line with indented blocks, so a stylesheet can be read and edited.
.a{color:red;margin:0}.b{padding:4px}
.a {
color:red;
margin:0
}
.b {
padding:4px
}
No. Only whitespace changes — the selectors, properties and values are left exactly as they were.
No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.
There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.