Fix use of /deep/ by replacing it with ::ng-deep
- Fix use of /deep/ in sass files which results in an errormaster
parent
dea36c122d
commit
67d1aa66fd
@ -1,6 +1,6 @@
|
||||
@import '~@angular/material/theming'
|
||||
|
||||
$primary: mat-palette($mat-light-green);
|
||||
$primary-color: mat-color($primary);
|
||||
$primary: mat-palette($mat-light-green)
|
||||
$primary-color: mat-color($primary)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue