I am currently developing a SharePoint Framework web-part in VS Code.
Despite my efforts, I am unable to locate my scss styles file, even though it is stored in the same directory - please refer to the image provided below:
https://i.sstatic.net/LanF7.png
I have meticulously examined the styles file named Events.module.scss
in case there was an issue preventing it from being imported, but no problems were found...
I have attempted restarting VS Code, moving files around, and changing the name of the scss file...but to no avail.
What could be missing here, and how can this issue be resolved?