Skip to content

Commit 03b65d8

Browse files
author
Georgi Peltekov
committed
remove angular/materiam theming
1 parent 8736fb2 commit 03b65d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/sandbox/styles.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/* You can add global styles to this file, and also import other style files */
2-
@import '~@angular/material/_theming.scss';
2+
// @import '~@angular/material/_theming.scss';
33

4-
@include mat-core();
4+
// @include mat-core();
55

6-
$primary: mat-palette($mat-indigo);
7-
$accent: mat-palette($mat-pink, A200, A100, A400);
8-
$warn: mat-palette($mat-red);
6+
// $primary: mat-palette($mat-indigo);
7+
// $accent: mat-palette($mat-pink, A200, A100, A400);
8+
// $warn: mat-palette($mat-red);
99

10-
$theme: mat-light-theme($primary, $accent, $warn);
10+
// $theme: mat-light-theme($primary, $accent, $warn);
1111

12-
@include angular-material-theme($theme);
12+
// @include angular-material-theme($theme);
1313

1414

0 commit comments

Comments
 (0)