Trying to install Tailwind nuxt module inside my own module but it's not working
Good morning/afternoon/evening!
I've been struggling with this tailwind problem for some days, would be great if someone had some advice about it. I have a custom nuxt module at my company that works just fine. We now want to install Reka UI in order to use their components inside our project. I was able to install Reka Ui and the component's behaviour are ok but when I try to install tailwind to use their custom classes it does not work. Details: - I tried to install tailwind nuxt module. Checking the most recent documentation I'm using "moduleDependencies" inside module.ts . - I'm using nuxt 4.1.3 and nuxt module builder 1.02 - I added tailwind base, component and utilities at our main index.css
Note: Before trying within our own custom module I tried to install reka ui and the tailwind module in a newly created nuxt project (just nuxt, not nuxt module) and it worked just fine with the styles imported and everything