Settings

Theme

I Built a Modern CSS Formatter to Replace CSSComb

n8d.at

2 points by Birkoff 9 months ago · 1 comment

Reader

BirkoffOP 9 months 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...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection