20 ms·
Agreed, I still prefer to write my own CSS than using tools like Tailwind.
by michaelnny 2y ago
Agreed, I still prefer to write my own CSS than using tools like Tailwind.
- swagasaurus-rex 2y agoFor specific components, I use explicit CSS, but for layout <divs> I use the tailwind shorthand (flex, flex-row, mb-7) and just add those to my CSS as I go so I don't need tailwind as a dependency. It's the best of both worlds.