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
There's something changed in Tailwindcss v4. Now to use @apply in the vue component style block, it's required to have a reference to the tailwindcss theme.
I attempted to upgrade Tailwind CSS from version 3 to version 4, but the text-primary became unavailable. As a result, I had to revert Tailwind CSS back to version 3 and await updates to the library.
I attempted to upgrade Tailwind CSS from version 3 to version 4, but the text-primary became unavailable. As a result, I had to revert Tailwind CSS back to version 3 and await updates to the library.
There's something changed in Tailwindcss v4. Now to use
@apply
in the vue component style block, it's required to have a reference to the tailwindcss theme.The text was updated successfully, but these errors were encountered: