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 had TailwindCSS version ^3.0.5 and wanted to upgrade to ^3.0.13. After upgrade, I saw a couple of errors in my console.
Specifically, Tailwind is not able to recognize @layer utilities with @apply anymore.
Steps to reproduce:
Open the minimal reproduction
See in HelloWorld.vue that I have @apply my-custom-class
Then open src/css/tailwind.css and see that my-custom-class is defined under @layer utilities
Run the app and Observe the error
kylerummens, ridoy113, r100-stack, soungsid and Reyesalex777