I have installed modern-normalize in my project, and from a sass file I'm trying to include it's css file like so:
@use '~modern-normalize/modern-normalize' as *;
I keep getting this however:
Error: Can't find stylesheet to import. ╷ 9 │ @use '~modern-normalize/modern-normalize' as *; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Even though in my IDE (vscode) I can CMD+Click on this and it navigates and opens the file just fine, I see in my node_modules dir
Am I missing something config related perhaps?