DEV Community

Discussion on: Tailwind isn't the answer

Collapse
 
andrewnatoli profile image
Andrew Natoli

Stuffing CSS variables into a tailwind config file seems to be a popular route, so cheers for implementing the principles of Tailwind with a CSS-first approach; not requiring config files and build tools to get there.

Before I clicked into Pollen’s docs I was looking for your take on Tailwind’s @apply but realize now you don’t need to mention that since your point is about configuring utility classes through JavaScript vs configuring them through CSS.

Great to have the alternative way to do things 👍