CSS Alphabetizer

Beautify your CSS. Sort your selectors alphabetically (which groups together #id's, .classes, and elements), and sort your declarations alphabetically too. Declarations are nested within braces, so those aren't easy to sort with a normal A-Z sort.

Want to report a bug or request a feature? Create an issue on our GitHub.