CSS 压缩器
压缩 CSS 以减小体积。
Paste CSS to remove comments and unnecessary whitespace, producing a compact stylesheet. Everything runs locally in your browser.
工作原理
- 1 Paste your CSS.
- 2 The minified output appears live.
- 3 Copy or download the .css file.
常见用例
- Shrink a stylesheet for production.
- Reduce page weight.
- Inline compact CSS.
- Quick one-off minification.
常见问题
Is my input sent to a server?
No. Everything runs locally in your browser — your input is never uploaded, stored or logged.
Does it change my styles?
No. It only removes comments and whitespace; selectors and rules are unchanged.
Is it really free?
Yes — free, with no signup and no limits.