eyeglass icon indicating copy to clipboard operation
eyeglass copied to clipboard

Having issues resolving package

Open Bajix opened this issue 7 years ago • 0 comments

I'm confused as to why this doesn't work:

@import "@material/button/mdc-button";

Here is tree --matchdirs node_modules/@material/button

node_modules/@material/button
├── README.md
├── _mixins.scss
├── _variables.scss
├── dist
│   ├── mdc.button.css
│   └── mdc.button.min.css
├── mdc-button.scss
└── package.json

Shouldn't this simply resolve to node_modules/@material/button/mdc-button.scss as written?

I am using broccoli-eyeglass

Bajix avatar Aug 17 '18 06:08 Bajix