Minification & formatting
Choose Minify to compress CSS for production. You can configure target presets to optimize syntax based on browser support, and choose whether to preserve /*! license comments. The engine attempts error recovery for slightly malformed input when enabled.
Choose Beautify to format minified or messy CSS into readable code. You can set the indentation style (spaces or tabs) and choose a wrap width.
Input options
Paste CSS directly into the editor or open a .css file from your device. The tool processes the content instantly. You can quickly feed the output back into the input using the Use output button to chain minification and formatting steps.
Engine stats & warnings
The stats panel tracks file size, line counts, and the exact byte reduction percentage. If the parser detects questionable syntax or recoverable errors in your CSS, it flags them as warnings so you can review potential compatibility issues.