Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having issues resolving package #185

Open
Bajix opened this issue Aug 17, 2018 · 0 comments
Open

Having issues resolving package #185

Bajix opened this issue Aug 17, 2018 · 0 comments
Labels
package:eyeglass Related to the core eyeglass package in this monorepo.

Comments

@Bajix
Copy link

Bajix commented Aug 17, 2018

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

@chriseppstein chriseppstein added the package:eyeglass Related to the core eyeglass package in this monorepo. label Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:eyeglass Related to the core eyeglass package in this monorepo.
Projects
None yet
Development

No branches or pull requests

2 participants