Tailwindcss: Group-hover does not working at all

Created on 15 May 2019  路  2Comments  路  Source: tailwindlabs/tailwindcss

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.

Most helpful comment

Did you enable the group-hover variant for textColor?
Docs: https://tailwindcss.com/docs/configuring-variants

All 2 comments

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 !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dbpolito picture dbpolito  路  3Comments

nternetinspired picture nternetinspired  路  3Comments

rgaufman picture rgaufman  路  3Comments

lamberttraccard picture lamberttraccard  路  3Comments

manniL picture manniL  路  3Comments