Failed launching Tailwind v4 with next.js 14.2 #13528
Unanswered
sss-Mihail-sss
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OS: Windows 11
Node: v21.7.3
Project structure:
.
├── src/
│ ├── app/
│ │ ├── layout.tsx
│ │ └── page.tsx
│ ├── components
│ ├── context
│ ├── data
│ ├── lib
│ └── style/
│ └── globals.css
├── next.config.mjs
├── package.json
├── postcss.config.js
└── tsconfig.json
Error:
postcss.config.js
module.exports = {
plugins: {
'@tailwindcss/postcss': {}
}
}
globals.css
@import "tailwindcss";
Beta Was this translation helpful? Give feedback.
All reactions