-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cannot find style '@angular/material' #108
Comments
Yeah, the same problem for me 😢 |
Hi there, I get the same problem |
@palarnab Did you find a solution? |
Sorry for the late reply... but eventually I did not find a solution from scss-bundle.. I had to clean the generated scss like this:
|
Thanks! I will probably do the same. |
Maybe you used If that the case yo can check the Angular Team Solution |
Describe the bug
In Angular 13 having the '~' sign before "@use" fails the build. On removing ~ from '@angular/material' fails scss-bundle with the following error:
There is an error in your styles:
[20:11:16] erro: ╷
[20:11:16] erro: 3 │ @use '@angular/material' as mat;
This fix is needed to continue to use scss-bundle in @angular^13
To Reproduce
use scss-bundle to build any file (with a mixin) having the line as the first line:
@use '@angular/material' as mat;
Expected behavior
scss-bundle should complete the bundle successfully
Package version: "scss-bundle": "^3.1.2",
Node version: v12.x
OS: Windows
The text was updated successfully, but these errors were encountered: