CSS Formatter
ตัวจัดรูปแบบและย่อขนาด CSS ฟรี พิมพ์ CSS ที่ไม่สวยงามให้สวยงามด้วยค่าเริ่มต้นของ Prettier หรือลบความคิดเห็นและช่องว่างเพื่อสร้างสไตล์ชีทที่เล็กที่สุด ทำงานในเบราว์เซอร์สำหรับ CSS ใดๆ รวมถึงตัวเลือกแบบ Sass
Runs in your browserUpdated Apr 26, 2026
CSS Input
Output
คำถามที่พบบ่อย
›Can it format Sass or nested CSS?
Yes — Prettier's PostCSS parser handles modern CSS features including nesting, custom properties, container queries, @supports, and more.
›Is the minifier production-grade?
It's good for shipping small-to-medium stylesheets: strips comments, collapses whitespace, tightens syntax. For maximum compression (colour rewrites, shorthand collapsing) you want a dedicated tool like csso or Lightning CSS in your build pipeline.
›Will it break my @media or @supports queries?
No — those are preserved and pretty-printed the same way Prettier does in an IDE.
›Is my CSS sent to a server?
No — everything runs in your browser.