Hello, the property group-hover doesn't have any effect in my project.
i've trying the default example in docs, but nothing happens.
<div class="group bg-white hover:bg-blue-500 ...">
<p class="text-gray-900 group-hover:text-white ...">New Project</p>
<p class="text-gray-700 group-hover:text-white ...">Create a new project from a variety of starting templates.</p>
</div>
just install the v1.0.1 and try to do the test.
Did you enable the group-hover variant for textColor?
Docs: https://tailwindcss.com/docs/configuring-variants
@tlgreg
I've completely forgotten about that!
Thank you !
Most helpful comment
Did you enable the
group-hovervariant fortextColor?Docs: https://tailwindcss.com/docs/configuring-variants