CSS Tool
Beautify CSS into readable rules, or minify it down for production — instantly.
Paste any CSS — a stylesheet exported from a design tool, a minified production file you need to read, or hand-written styles you want to clean up — and either beautify it into consistently indented, readable rules, or minify it down to the smallest size for production.
color:red becomes color: red).Both modes correctly handle nested at-rules like @media queries.
@media, indenting or compacting their contents along with the rest of the stylesheet.