Hey everyone, I'm new to astro and was trying to create a sample site with support to multiple palettes.
Currently I've tried to do it like you can see in test.astro.
My current tailwind config can be found on the second image.
Tailwinds does work if I don't construct the class names with varaibles and just do them hardcoded. (if i inspect the html of the web page the class name is there in the html body but not in the css file)
As you can see in my astro config I've included tailwind. I've tried removing compress integration but does not seem to change anything.
Any tips on what is the proper way to do this?
thanks