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
I am trying to use the prefix option, but I have found a problem that prevents it to work for more complex patterns. For instance, here is a simple code without any prefix:
What version of Tailwind CSS are you using?
v3.0.23
Hi !
I am trying to use the prefix option, but I have found a problem that prevents it to work for more complex patterns. For instance, here is a simple code without any prefix:
This properly generates the following markup:
When using a prefix (in my example "tw-"), if I change the apply:
Then the following incorrect CSS is generated (note the lack of selector):
The text was updated successfully, but these errors were encountered: