I am trying to setup a Stackblitz project with Angular Material theming, following the official guide for Angular Material 11 theming.
I created a sass file for the custom theme configuration theming.scss
, but when I try to import it into the global styles.scss
file I get the following error in StackBlitz:
Error in src/styles.scss
NoSuchMethodError: method not found: 'write$1' on null
The project doesn't run, you can test it from the link above, can you tell me what is wrong my configuration? Thank you.