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
[plugin:vite:css] [postcss] It looks like you're trying to use tailwindcss directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install @tailwindcss/postcss and update your PostCSS configuration.
at Te (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\tailwindcss\dist\lib.js:33:1740)
at LazyResult.runOnRoot (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:329:16)
at LazyResult.runAsync (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:258:26)
at LazyResult.async (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:160:30)
at LazyResult.then (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:404:17
Click outside, press Esc key, or fix the code to dismiss.
You can also disable this overlay by setting server.hmr.overlay to false in vite.config.js.
The text was updated successfully, but these errors were encountered:
Looks like Tailwind v4 being the new default broke things a bit, have limited the setup to v3 so you can use that in the mean time, but I will push out another update to set tailwind up using v4
[plugin:vite:css] [postcss] It looks like you're trying to use
tailwindcss
directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install@tailwindcss/postcss
and update your PostCSS configuration.at Te (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\tailwindcss\dist\lib.js:33:1740)
at LazyResult.runOnRoot (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:329:16)
at LazyResult.runAsync (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:258:26)
at LazyResult.async (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:160:30)
at LazyResult.then (C:\Users\jrobe\OneDrive\Documentos\workspace\leaf-teste\node_modules\postcss\lib\lazy-result.js:404:17
Click outside, press Esc key, or fix the code to dismiss.
You can also disable this overlay by setting server.hmr.overlay to false in vite.config.js.
The text was updated successfully, but these errors were encountered: