Ohmny Romero

Results 5 comments of Ohmny Romero

> change > "include": [ "src/**/*.spec.ts", "src/**/*.d.ts" ] > > to > "include": [ "src/**/*.ts", "src/**/*.d.ts" ] For those having trouble with this workaround, I was able to get it...

You can easily handle this with a nested override: ``` SCSS mat-toolbar { @include mat.icon-overrides( ( color: map.get(map.get(themes.$primary), 94), // or however you'd get this color ) ); } ```...

@philgyford Please feel free to test this on Mac. I don't think I would have broken anything. Just added more py dependencies

The Grain Details issue is an issue with the referenced version of Microsoft.Data.SqlClient [(assuming the error is this I also ran into)](https://stackoverflow.com/questions/77575760/could-not-load-type-sqlguidcaster-from-assembly-microsoft-data-sqlclient-ver). You can override the package version to the...