I Built a Modern CSS Formatter to Replace CSSComb

2 Birkoff 1 7/31/2025, 8:31:16 AM n8d.at ↗

Comments (1)

Birkoff · 21h ago
I missed the clarity that CSSComb brought to stylesheets, so I built a modern replacement: the Old Fashioned CSS Formatter. It’s a VS Code extension that brings back logical CSS property ordering—something tools like Prettier and Stylelint don’t really handle.

It supports Alphabetical, Concentric, and Idiomatic sorting strategies, with deep SCSS support via PostCSS. It’s designed to integrate smoothly into modern workflows and help teams write cleaner, more maintainable CSS.

https://marketplace.visualstudio.com/items?itemName=N8D.vsco...