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
The compiler is adding the component scoped data name to the var() but not the css variable declaration, so the colors are not being used.
I know vars are experimental and this is probably an edge case, but I figured it was worth mentioning. If either the scope or vars are removed the colors work just fine.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.1
Reproduction link
https://github.com/brandonlee781/vue3-tailwind
Steps to reproduce
What is expected?
The custom colors should appear on the button
What is actually happening?
The compiler is adding the component scoped data name to the var() but not the css variable declaration, so the colors are not being used.
I know vars are experimental and this is probably an edge case, but I figured it was worth mentioning. If either the scope or vars are removed the colors work just fine.
The text was updated successfully, but these errors were encountered: