-
Notifications
You must be signed in to change notification settings - Fork 357
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
File to import not found or unreadable in _input.scss imports #232
Comments
Need some time to figure out scss processing in starter repo. |
You can also try adding the |
I am trying to upgrade from v0.9.1 to v1.0.0-beta.2-1 and I am experiencing this issue as well. |
Are you using the |
We are using platform.scss.
And we are building with webpack 1.14.0 |
I have the same issue when using with angular-cli. I am using So my styles section under "styles": [
"styles/main.scss"
] Now if I import I believe this issue is to do with the relative paths |
Do you want to request a feature or report a bug?
bug
Bug Report
i am using this starter:
https://github.com/qdouble/angular-webpack2-starter/tree/no-universal-support
after run "start" command i got error:
"File to import not found or unreadable: ../../../../node_modules/@angular/material/core/theming/palette.\n
Parent style sheet: ...app/node_modules/@covalent/core/common/styles/_input.scss",
Which version of Angular and Material, and which browser and OS does this issue affect?
@angular/[email protected]
@covalent/[email protected]
@angular 2.4.1
Other information
i think imports in this file "covalent/src/platform/core/common/styles/_input.scss" should have extra level of folder nesting, like this:
../../../../../node_modules/@angular/material/core/theming/palette
^
The text was updated successfully, but these errors were encountered: