i currently have a react + ts app , i have my styles folder inside assets folder that is in src src/assets/styles/global.scss
the app is built with vite
I have tried all sorts of configurations and fixes to this problem that i have seen online, such as adding lines in context in tailwind.config file , requiring the files in postcss.config, i tried installing following the tailwind docs for both cli and postCSS
yet all i am getting are "Unknown At rules" in scss files and in css files
Please help me to fix this issue it will be very much appriciated =]