Input CSS
Output CSS
Auto-prefix tip (informational)
For broad browser support, run production CSS through PostCSS + Autoprefixer in your build pipeline. This tool focuses on formatting and minification only.
Lint Hints
Run Lint Hints to analyze your CSS.FAQ
Can this tool fix invalid CSS automatically?
It provides lightweight lint hints and formatting/minification, but it does not perform full syntax repair. Fix parse errors in your source first for best results.
Does minification remove all comments?
Yes, regular comments are removed. The output is compacted to reduce bytes while preserving CSS behavior.
Can I use this on mobile?
Yes. The layout is responsive and works on phones, tablets, and desktop browsers.