I was trying to import an scss file from my resources/css folder to a file in the resources/js/components directory but can not seem to get the path right.
I assumed that this was relatively simple but was unable to find an answer to it.
@Sinnbeck
Is it meant to be wrapped in {}s ? I tried this and got
{ expected scss(css-lcurlyexpected)
I thought maybe I forgot a "{" somewhere in my vue file but did not find anything to be out of place. To be safe, I deleted everything in the script tag and tried it again. That did not work. I did the same thing with the scss file but that did not seem to resolve it.
When I use the "@import" it displays the error in the browser but not vs code but when I use "import" it displays an error in both the browser and vs code.
I have a feeling that this has something to do with a vite config