What version of Tailwind CSS are you using?
Tailwind: 4.1.11
PostCSS: 8.5.6
NextJS: 15.4.1
Node: 22.x
Describe your issue
./apps/next/src/styles/tailwind.scss
Error evaluating Node.js code
Error: expected ";".
╷
111 │ @apply text-black dark:text-white !important;
./apps/next/src/styles/tailwind.scss
Error evaluating Node.js code
Error: expected ";".
╷
111 │ @apply text-black! dark:text-white!;
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};
What version of Tailwind CSS are you using?
Tailwind: 4.1.11
PostCSS: 8.5.6
NextJS: 15.4.1
Node: 22.x
Describe your issue