Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ml054 committed Dec 19, 2023
1 parent 6b1f9df commit 91130f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: npm install and build
run: |
npm install
npm run build -- --prod
npm run build -- --configuration production
working-directory: front-end
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@use "sass:math";
@import 'variables';

mat-icon.mat-icon {
Expand All @@ -9,7 +10,7 @@ mat-icon.mat-icon {
margin-right: 4px;
::ng-deep {
g {
transform: scale($list-component-icon-size / 24px);
transform: scale(math.div($list-component-icon-size, 24px));
}
}
&.feature {
Expand Down

0 comments on commit 91130f3

Please sign in to comment.