We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.2.7
Nextjs
11.1.0
chrome
windows
https://github.com/ConnorMarble/tailwindcss-2.2.7-bug
Tailwind 2.2.7 has a bug where the group-hover class does not work. I have tested this by downgrading to Tailwind 2.1.1 and have no issues.
First, run the npm install or yarn.
Then start the server:
npm run dev or yarn dev Open http://localhost:3000 with your browser to see the result.
Simply try to hover over the icon on the page. The HomeIcon should bounce on hover.
Try downgrading to v2.1.1 and it should work.
The text was updated successfully, but these errors were encountered:
Weird one, thanks for reporting. Here's a minimal reproduction we can use to troubleshoot this when we have a chance:
https://play.tailwindcss.com/us4tcBYN3H
Sorry, something went wrong.
Is this a duplicate of #4705?
Looks like it 👍
No branches or pull requests
What version of Tailwind CSS are you using?
2.2.7
What build tool (or framework if it abstracts the build tool) are you using?
Nextjs
What version of Node.js are you using?
11.1.0
What browser are you using?
chrome
What operating system are you using?
windows
Reproduction repository
https://github.com/ConnorMarble/tailwindcss-2.2.7-bug
Describe your issue
About
Tailwind 2.2.7 has a bug where the group-hover class does not work. I have tested this by downgrading to Tailwind 2.1.1 and have no issues.
Getting Started
First, run the npm install or yarn.
Then start the server:
npm run dev
or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Reproduce
Simply try to hover over the icon on the page. The HomeIcon should bounce on hover.
Try downgrading to v2.1.1 and it should work.
The text was updated successfully, but these errors were encountered: