Minify CSS. Remove comments and whitespace.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Minify HTML. Remove comments, collapse whitespace.
Minify JSON to a single line. Remove whitespace and newlines.
Format CSS with proper indentation.
Convert CSV data to JSON format. Paste CSV, get structured JSON.
Input: .foo { color: red; } /* comment */ Output: .foo{color:red}