sass-module-importer
sass-module-importer copied to clipboard
Not finding files with parent and child node_modules folders
I'm trying to use this plugin with material web components but it's not able to find any files.
Here is my project structure:
parent-package
node_modules
packages
my-package
node_modules
material-components-web
material-components-web.scss
src
frameworks
material
material.scss
I'm trying to import material-components-web.scss into material.scss
Is it possible it's looking in the wrong node_modules for it?