-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
We're seeing not all classes be picked up by the tailwind vite plugin right now. I've attached a reproduction (thanks to one of our waku users on discord). The issue in this case is that bg-blue-400 does not make it into the tailwind style output. I am able to see the className in the html output so it does seem like a bug with the plugin for now to me.
repro: https://github.com/tylersayshi/waku-vite-tailwind-bug
From this code it seems like this should auto-read from the html output, but it does seem to miss this case for now.
I'm happy to help however I can here :)
Update: I pushed a working example with postcss here: https://github.com/tylersayshi/waku-vite-tailwind-bug/tree/postcss
Reactions are currently unavailable