Harjan Knapper
Results
1
issues of
Harjan Knapper
**Describe the bug** `ignoreImports` option does not seem to work with `~@angular/material/theming` imports. **To Reproduce** toolbar.component-theme.scss ```scss @import "~@angular/material/theming"; @mixin htg-toolbar-theme($theme) { $primary: map-get($theme, primary); .htg-toolbar { background-color: mat-color($primary); }...