Skip to content

Commit

Permalink
set new upperbound for scss size (#1140)
Browse files Browse the repository at this point in the history
Co-authored-by: peggimann <peggimann@puzzle.com>
  • Loading branch information
peggimann and peggimann authored Nov 8, 2024
1 parent dcbd43d commit 869f96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "300kb",
"maximumError": "400kb"
}
],
"fileReplacements": [
Expand Down

0 comments on commit 869f96f

Please sign in to comment.