From 4d6a380c964777566065ec4291c9caaf12082832 Mon Sep 17 00:00:00 2001 From: Lyubov Voloshko Date: Wed, 3 Jun 2026 05:50:21 +0000 Subject: [PATCH] increase css maximum budget --- frontend/angular.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/angular.json b/frontend/angular.json index e5aff6974..409eeea7a 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -75,8 +75,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "10kb", - "maximumError": "20kb" + "maximumWarning": "20kb", + "maximumError": "32kb" } ] }, @@ -129,8 +129,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "10kb", - "maximumError": "20kb" + "maximumWarning": "20kb", + "maximumError": "32kb" } ] }