Closed algoflows closed 3 years ago
I'm not sure what the issue is, can you make me a reproducible example?
Hey buddy need to check if I still have the repo, but basically I could add tailwind classes within the jsx, it wouldn't work. I try again with a fresh clone and see if the issue persists :).
Here is what you have to be doing: https://github.com/agneym/preact-cli-tailwind-example
Feel free to repoen the issue.
Hi guys,
Quick question.
Placing styles in the style.css file seems to work as shown below... however if I place tailwind classes in the jsx on an element the classes don't get applied?
you see below green doesn't get applied while placing the class directly in the jsx... Is this a bug, or was this by design?