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
Describe your issue
I encounter a type error ('Could not find a declaration file for module 'tailwindcss/nesting'.') when I import the nesting plugin in vite.config.ts.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out — I've added the types in #12269 which will be in our next release. It'll be available in our insiders build in about 15 minutes or so:
What version of Tailwind CSS are you using?
v3.3.3
What build tool (or framework if it abstracts the build tool) are you using?
vite v4.4.11
What version of Node.js are you using?
v18.18.0
What browser are you using?
Chrome
What operating system are you using?
ubuntu 22.04(wsl)
Reproduction URL
https://stackblitz.com/edit/vitejs-vite-fnvtrj?file=vite.config.ts
Describe your issue
I encounter a type error ('Could not find a declaration file for module 'tailwindcss/nesting'.') when I import the nesting plugin in vite.config.ts.
The text was updated successfully, but these errors were encountered: