sass-module-importer icon indicating copy to clipboard operation
sass-module-importer copied to clipboard

Not finding files with parent and child node_modules folders

Open codedbypaul opened this issue 7 years ago • 0 comments

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?

codedbypaul avatar Dec 08 '17 14:12 codedbypaul