We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8736fb2 commit 03b65d8Copy full SHA for 03b65d8
lib/sandbox/styles.scss
@@ -1,14 +1,14 @@
1
/* You can add global styles to this file, and also import other style files */
2
-@import '~@angular/material/_theming.scss';
+// @import '~@angular/material/_theming.scss';
3
4
- @include mat-core();
+// @include mat-core();
5
6
- $primary: mat-palette($mat-indigo);
7
- $accent: mat-palette($mat-pink, A200, A100, A400);
8
- $warn: mat-palette($mat-red);
+// $primary: mat-palette($mat-indigo);
+// $accent: mat-palette($mat-pink, A200, A100, A400);
+// $warn: mat-palette($mat-red);
9
10
- $theme: mat-light-theme($primary, $accent, $warn);
+// $theme: mat-light-theme($primary, $accent, $warn);
11
12
- @include angular-material-theme($theme);
+// @include angular-material-theme($theme);
13
14
0 commit comments