-2
I want to use MDC Image List but when importing in style . scss from some Angular module
@use "@material/image-list/mdc-image-list";
does not compile with following error:
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
@use "@material/feature-targeting/functions" as feature-targeting-functions;
How can I fix it? I use version 9 Ivy
EDIT: I did npm install as on the MDC page, but for some angular reason it blocked the style and Sass cannot import..
Performed the npm install?
– Gustavo Cinque
Yes as in the link I quoted, the error was about the angular, not directly from Sass..
– ruansenadev