Y
Hacker News
new
|
ask
|
show
|
jobs
by
michaelnny
746 days ago
Agreed, I still prefer to write my own CSS than using tools like Tailwind.
1 comments
swagasaurus-rex
746 days ago
For 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.
link