An opinionated Tailwind CSS class sorter built for Visual Studio Code
Headwind is an opinionated Tailwind CSS class sorter designed for Visual Studio Code users. It enforces consistent ordering of classes by parsing code and reprints class tags according to a specified order. The tool runs on save, eliminates duplicate classes, and offers the capability to sort entire workspaces efficiently.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.