Sukanta
Unable to use nuxt-ui's tailwindcss in my custom module.
I'm building a nuxt module, in which I need to use nuxt-ui components and tailwindcss.
I've followed the documentation and setup my plugin environment with playground. When installing, i choose to use @nuxt/ui.
The nuxt UI components are working from inside my module but any tailwind classes which are not present elsewhere, is not processed.
I know that somehow I need to provide my module's components directory to look for the classes. but unfortunately, everything I'm doing is not working.
I've also tried to use it as per the documentation:
But now getting error:
stuck in this for hours now. How to solve this?
7 replies