Format messy or compressed CSS into clean, readable code with consistent rules, braces, and property spacing.
Supports 2-space or 4-space indentation, and one-click minification to eliminate whitespace and comments for optimal web loading speeds.
Frequently asked questions
Does it support media queries?
Yes, nested blocks like @media and @keyframes are formatted with clean indentation.
How much does minification save?
Typically between 20% and 50% depending on the amount of comments and whitespace in the original code.
中文说明
将压缩混淆或排版杂乱的 CSS 样式表格式化为清晰易读的规范代码,规范选择器、大括号和属性分号对齐。
支持 2 空格/4 空格缩进排版,并支持一键生产态 Minify 单行压缩,剔除注释与多余字符,显著减小样式文件体积。
常见问题
支持媒体查询吗?
支持,对于 @media、@keyframes 等包含多层嵌套大括号的规则块均能进行整齐的层级缩进。
压缩后能节省多少体积?
通常能够减少 20% 到 50% 的文件大小,大幅加快网页首屏样式的加载速度。