What is this tool?
A tool for minifying (removing unnecessary whitespace and comments) and beautifying (formatting with readable indentation) CSS and JavaScript code. All processing is done entirely in your browser — no code is sent to any server.
How to use
- Select CSS or JavaScript from the language tabs
- Choose between Minify and Beautify modes
- Paste your code in the input area and the result will appear automatically
Examples
- Compress CSS files before production deployment to reduce file size
- Beautify minified JavaScript code for easier debugging
- Remove unnecessary comments and whitespace from CSS for CDN delivery