DemeSteve
Results
2
comments of
DemeSteve
But if I add this to the first line to my scss I get: ``` ./src/styles.scss - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Expected "(" or ".". ╷ 157...
@JanneHarju Sorry. I've added this to my styles.scss file: ``` @use '@angular/material' as mat; @include mat.checkbox-density(-1); ``` But I also get the same if I add only the first line....