path to dependency
I'm working on a nuxt plugin to integrate a vue+tailwind components library.
for tailwindcss to work the files from that library need to be referenced in the generated config file.
I've had some success using:
it it often explodes with an error I fail to understand:
https://github.com/poupe-ui/poupe/blob/main/packages/poupe-nuxt/src/tailwind.ts#L13
any suggestion on how to get that path?
for tailwindcss to work the files from that library need to be referenced in the generated config file.
I've had some success using:
it it often explodes with an error I fail to understand:
https://github.com/poupe-ui/poupe/blob/main/packages/poupe-nuxt/src/tailwind.ts#L13
any suggestion on how to get that path?