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
Hello, I have cloned the repository and tried to run it but I get the following error:
[vite] Internal server error: [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.
Plugin: vite:css
File: /app/src/assets/styles.scss:undefined:NaN
at Te (/app/node_modules/tailwindcss/dist/lib.js:33:1740)
at LazyResult.runOnRoot (/app/node_modules/postcss/lib/lazy-result.js:329:16)
at LazyResult.runAsync (/app/node_modules/postcss/lib/lazy-result.js:258:26)
at LazyResult.async (/app/node_modules/postcss/lib/lazy-result.js:160:30)
at LazyResult.then (/app/node_modules/postcss/lib/lazy-result.js:404:17)
The text was updated successfully, but these errors were encountered:
I've the same error when I upgrade tailwind to 4.0. Works well with 3.X version.
Template is not compatible with tailwind 4 even if you resolve this error by using @tailwindcss/postcss. You will get a LOT of display error.
Hello, I have cloned the repository and tried to run it but I get the following error:
[vite] Internal server error: [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.
Plugin: vite:css
File: /app/src/assets/styles.scss:undefined:NaN
at Te (/app/node_modules/tailwindcss/dist/lib.js:33:1740)
at LazyResult.runOnRoot (/app/node_modules/postcss/lib/lazy-result.js:329:16)
at LazyResult.runAsync (/app/node_modules/postcss/lib/lazy-result.js:258:26)
at LazyResult.async (/app/node_modules/postcss/lib/lazy-result.js:160:30)
at LazyResult.then (/app/node_modules/postcss/lib/lazy-result.js:404:17)
The text was updated successfully, but these errors were encountered: