Skip to content

Commit

Permalink
move import to beginning of file in custom_angular.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Oct 3, 2023
1 parent 69bd8d2 commit 44fea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/style/custom_angular.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use "@angular/material" as mat;
@import "_variables";
@import "custom_angular.components";

$my-primary: mat.define-palette($pz-dark-blue-palette, 500);
$my-accent: mat.define-palette(mat.$grey-palette);
Expand All @@ -15,5 +16,4 @@ $pz-theme: mat.define-light-theme(
)
);

@import "custom_angular.components";
@include mat.all-component-themes($pz-theme);

0 comments on commit 44fea93

Please sign in to comment.