
CLI for organizing Tailwind CSS classes
RustyWind is a powerful command-line interface (CLI) tool designed to streamline the management of Tailwind CSS classes in your projects. By sorting and organizing your CSS classes, it helps maintain a clean and efficient codebase. Inspired by the popular Headwind VSCode plugin, RustyWind identifies and removes duplicate classes, ensuring that your styling remains consistent and optimized.
With user-friendly installation options and flexible usage commands, RustyWind proves to be an essential tool for developers looking to enhance their workflow. This utility can integrate seamlessly into your CI/CD pipelines, reducing manual effort while improving code quality.
--dry-run flag to preview the changes RustyWind would make without altering any files, giving you control and confidence before applying modifications.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.