Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Which is better tailwind css or windi css?


Asked by Rosie Shepard on Dec 01, 2021 CSS



Windi CSS, in contrast to Tachyons, is a very fresh framework. Started in the late December of 2020, it’s already gained a lot of attention and currently sits at respectable 1.5K GitHub stars. What’s so great about Windi CSS? That it’s like Tailwind, just better!
Keeping this in consideration,
Tailwind was once my favorite CSS framework and I was really happy to see we made it works on Vite much faster with @voorjaar ’s astonishing Windi CSS compiler. But I was totally unexpected to see that end up being like this.
Similarly, Windy supports Tailwind CSS v1 and v2 and will work its magic with custom CSS and frameworks like Bootstrap, Bulma and Foundation. Create a custom Tailwind CSS config file to copy your own colors, fonts and other elements you’ve changed.
In respect to this,
Windi CSS IntelliSense enhances the Windi development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, code folding, and building.
Subsequently,
Go with Tailwind if you need a sleek design, a user interface where building with components will be important (because tailwind strongly favors component-based UI), and you know you will need to extend the built-in classes with your own (because tailwind is very easy to extend)