How can I add tailwindcss to a deno/vite/solidjs project?
Saw this article: https://deno.com/blog/build-solidjs-with-deno, but I want to add tailwindcss to this configuration. I tried this article from tailwind; https://tailwindcss.com/docs/guides/vite. But when i apply tailwind classes to any html elements it does nothing.
0 Replies