eyJOdnJHb25uYSI6Imd2VXVwIn0=
How to get TailwindCSS IntelliSense working in NuxtUI v3?
How to get TailwindCSS IntelliSense working in NuxtUI v3 since it uses TailwindCSS v4 alpha?
I already have tailwindcss-intellisense switched to Pre-Release version
13 replies
No Tailwind-Extension suggestions with Nuxt?
Hay,
Using a fresh Nuxt project with NuxtUI v3
(
npx nuxi init -t ui <app>
)
I get no tailwind suggestions at all.
While trying solutions from here https://github.com/tailwindlabs/tailwindcss-intellisense/issues/561, I noticed that there is no ".nuxt/tailwind.config.cjs" at all.
What am I doing wrong? Why is the extension doing nothing in Nuxt?10 replies
impossible to use any lodash version in production build
I'm trying to use lodash-es within a server/api route.
example:
It works within
npm run dev
,
but breaks within npm run build
& npm run preview
I'm getting the following error:
Already tried to use the lodash
or lodash.merge
packages instead. But same errors.2 replies