Writing a Nuxt 3 module with TailwindCSS
Hi, I'm developing a custom nuxt module with tailwind as a dependency. I can use it from the playground since I've installed the
@nuxtjs/tailwindcss
but I also want to use it in runtime/components
(where I write my custom components). My module.ts
looks like this:
1 Reply
I still couldn't find a documentation on this, can anyone help?