Answers for "button.component.scss exceeded maximum budget. budget 4.00 kb was not met by 3.53 kb with a total of 7.53 kb."

CSS
1

scss exceeded maximum budget. Budget 7.00 kB was not met by 841 bytes with a total of 7.82 kB.

"budgets": [
   {
      "type": "initial",
      "maximumWarning": "4mb", <===
      "maximumError": "5mb"
   },
   {
      "type": "anyComponentStyle",
      "maximumWarning": "150kb",
      "maximumError": "150kb"
   }
]
Posted by: Guest on October-19-2021

Code answers related to "button.component.scss exceeded maximum budget. budget 4.00 kb was not met by 3.53 kb with a total of 7.53 kb."

Browse Popular Code Answers by Language