You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thecrypticace
changed the title
Classes inside arbitrary variants are being prefixed
Classes inside arbitrary variants are incorrectly being prefixed
Jun 14, 2022
@thecrypticace I built upon your example and created an example to test classes, IDs, and attributes.
It appears IDs work as expected, but both classes and attributes experience bugs when using prefixes, and when not using prefixes, only the attributes examples break:
Classes inside arbitrary variants are prefixed when they shouldn't be as they're not tailwind utilities.
The utility
[.foo_&]:tw-text-red-400
incorrectly generates a selector referencing.tw-foo
instead of.foo
See: #8299 (comment)
Reproduction: https://play.tailwindcss.com/GCMzAzdKNY
The text was updated successfully, but these errors were encountered: