Closed
Description
Using the latest Angular Material version (13.0.0) the first line of my theme.scss throws an error:
SassError: Can't find stylesheet to import.
╷
2 │ @use '~@angular/material' as mat;
I've checked the next-versions
: it was working with 13.0.0-next.7
and stopped working from 13.0.0-next.8
on.