-
Notifications
You must be signed in to change notification settings - Fork 12k
Sass imports not working as expected #1457
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
Comments
Closed as this issue was made obsolete by #1455. |
I'm a bit confused...how was this made obsolete? How do we import from node_modules into our scss? |
This was made obsolete because we completely overhauled the build system, and thus the error your were experienced can no longer appear (at least verbatim). Does this still happen in the webpack release? You can install it via these instructions https://github.com/angular/angular-cli#webpack-preview-release-update If you're still experiencing this issue then I am happy to reopen this, but I'd appreciate a new error log. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS Windows
Node: v4.4.5
NPM: v3.10.2
Im trying to use susy and breakpoint in layout scss file using default import method.
@import "../../node_modules/susy/sass/susy";
but the build fails with:
Is there any way to resolve this issue?
The text was updated successfully, but these errors were encountered: