Hacker News new | ask | show | jobs
by leviathan 2222 days ago
> ... Tailwind because you practically don't have to write any CSS.

Only until you want to apply a hover style change on a child element (ie: make that svg icon change color when you hover on the a tag that wraps it) and you discover that you need to write that css yourself.

1 comments

group-hover was made specifically for this use case: https://tailwindcss.com/docs/pseudo-class-variants/#group-ho...