About This Tool
The CSS Minifier compresses your CSS code by removing comments, whitespace, and unnecessary characters — reducing file size for faster page loads. It also includes a beautifier to format minified CSS back to readable code.
How to Use
- Paste your CSS code into the input area
- Click Minify to compress the CSS
- Click Beautify to format compressed CSS
- See the size savings in the status bar
- Click Copy to copy the result
FAQ
How much size reduction can I expect?
Typical CSS files see 20-40% size reduction after minification, depending on the amount of comments and formatting in the original code.