Replies: 1 comment 1 reply
-
So the issue seems to be that since there are variables in the name Tailwind doesnt recognize them. Makes sense I guess, don't know why it took me that long to figure out. I will close this but if anyone has suggestions on what the best way is to solve this please let me know. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have been struggling for a couple of hours now trying to get Tailwind Variants to work for my project. I am using my own colors, defined in my main.css file with names such as
![{EA567985-7E89-48EA-B1B5-1A114A6A96AE}](https://private-user-images.githubusercontent.com/75855460/380432370-06ec6804-c94e-473d-a5d4-d4978b915afb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MzMwNzAsIm5iZiI6MTczOTUzMjc3MCwicGF0aCI6Ii83NTg1NTQ2MC8zODA0MzIzNzAtMDZlYzY4MDQtYzk0ZS00NzNkLWE1ZDQtZDQ5NzhiOTE1YWZiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDExMzI1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRlNDEwZGY0OTdmNWI5NTM0YzcyMGQ5OGVkMmY3MTlmM2NlZWI4MmYzMzY5MWExN2EwNWUzZDA0Y2UwODY4MDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ox1soK-RpUgi2R-W-U3y7zWDJF8UeYt3paXMKvqYmVU)
--color-red
.Unfortunatly it seems that all the class names generated by the different tailwind variants do not get their related css generated for them.
For example this is the result of a button using the code provided below. As you can see the class names are generating correctly, but there is no css generated for them.
I am not sure if this is a Tailwind V4 or Tailwind Variants issue but it is quite bothering me. Does anyone know how to solve this issue or if there is any workaround for it?
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions