You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am, adding tailwind v.3 to my nuxt2 project. I follow the instruction https://tailwindcss.com/docs/guides/nuxtjs but the thing is that I don't want to have tailwind.config.js file inside my nuxt2 project, but import it from the other repository (above the nuxt project) I'm struggling how and where to pass a proper path.
I need something like with a css example here: css: [require.resolve('@myrepo/design/assets/main.css')],
Can you guide me with this?
The text was updated successfully, but these errors were encountered:
Hi,
I am, adding tailwind v.3 to my nuxt2 project. I follow the instruction https://tailwindcss.com/docs/guides/nuxtjs but the thing is that I don't want to have
tailwind.config.js
file inside my nuxt2 project, but import it from the other repository (above the nuxt project) I'm struggling how and where to pass a proper path.I need something like with a
css
example here:css: [require.resolve('@myrepo/design/assets/main.css')],
Can you guide me with this?
The text was updated successfully, but these errors were encountered: