What version of Tailwind CSS are you using?
4.0.0-alpha.30
What build tool (or framework if it abstracts the build tool) are you using?
@tailwind/cli@4.0.0-alpha.30
What version of Node.js are you using?
For example: v20.12.02
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/oqdmmGAY2k
Describe your issue
On 4.0.0-alpha.28 (and also 4.0.0-alpha.29), I could use group-not-hover variant to style a child element when the parent is not being hovered. However, after upgrading to 4.0.0-alpha.30, that variant is no longer handled and @tailwind/cli will throw error when I @apply group-not-hover:text-red-100 in my CSS.
Probably related to #14743?
What version of Tailwind CSS are you using?
4.0.0-alpha.30
What build tool (or framework if it abstracts the build tool) are you using?
@tailwind/cli@4.0.0-alpha.30What version of Node.js are you using?
For example: v20.12.02
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/oqdmmGAY2k
Describe your issue
On 4.0.0-alpha.28 (and also 4.0.0-alpha.29), I could use
group-not-hovervariant to style a child element when the parent is not being hovered. However, after upgrading to 4.0.0-alpha.30, that variant is no longer handled and@tailwind/cliwill throw error when I@apply group-not-hover:text-red-100in my CSS.Probably related to #14743?