We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://tailwindcss.com/docs/hover-focus-and-other-states#supports #11 #12
{/* prblm with (*) beign removed */} <span class="group-[:nth-of-type(3)_&]:block">9</span> <span class="[@supports(display:grid)]:grid">7</span> <span class="[@media(any-hover:hover){&:hover}]:opacity-100">12</span>
but should work for
.trythis:nth-child(even) { background-color: green; }
<span class="trythis">the 3rd</span>
The text was updated successfully, but these errors were encountered:
32f020f
fix #13 :Tailwindcss Advanced Classes: 1-parentheses removed
828ddbb
No branches or pull requests
https://tailwindcss.com/docs/hover-focus-and-other-states#supports
#11 #12
but should work for
The text was updated successfully, but these errors were encountered: