Next.js Error: Module parse failed: Unexpected character ‘@’ (1:0) > @tailwind base; | @tailwind components; | @tailwind utilities;
I just created a new Next.js project with npx create-next-app
when i try to start the project out of the box im getting following error:
Next.js: Module parse failed: Unexpected character ‘@’ (1:0) > @tailwind base; | @tailwind components; | @tailwind utilities;
I just created a new Next.js project with npx create-next-app
when i try to start the project out of the box im getting following error: