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
In a project I am currently working on, we rely on tailwind plugins to organize certain CSS styles. These plugins reuse Tailwind classes via @apply rules in JavaScript like this:
We are currently migrating to Tailwind 3 which broke some of the styles that were created using @apply in plugins. Please have a look at the linked reproduction in Tailwind Play (thx to @crswll for helping me with this)
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
For example: v3.0.12
What build tool (or framework if it abstracts the build tool) are you using?
What version of Node.js are you using?
For example: v16.13.0
What browser are you using?
What operating system are you using?
Linux
Reproduction URL
https://play.tailwindcss.com/wUdEGR484y?file=config
Describe your issue
In a project I am currently working on, we rely on tailwind plugins to organize certain CSS styles. These plugins reuse Tailwind classes via
@apply
rules in JavaScript like this:We are currently migrating to Tailwind 3 which broke some of the styles that were created using @apply in plugins. Please have a look at the linked reproduction in Tailwind Play (thx to @crswll for helping me with this)
The text was updated successfully, but these errors were encountered: