Just importing my tailwind global.css file and getting this error:
wait - compiling /(main)/streaming/page (client and server)...
error - ./src/styles/globals.css
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> @tailwind base;
| @tailwind components;
| @tailwind utilities;