Angular Material 2 theming
@import '~@angular/material/core/theming/all-theme';
@include mat-core();
$primary: mat-palette($mat-blue);
$accent: mat-palette($mat-deep-orange, A200, A100, A400);
$theme: mat-light-theme($primary, $accent);
@include angular-material-theme($theme);