Variants 2 11 / 17
There are many more variants like odd
, first
, etc. Some of them need to be enabled manually due to file size considerations (see tailwind.config.js
).
An especially interesting one is group
. With group-hover
on the child, if a user hovers over the group, the group-hover styles will be applied to the element.
Try replacing odd
and first
with even
and last
in the ul
and tailwind.config.js
.
More about variants in the docs.