Answers for ".scss exceeded maximum budget. Budget 6.00 kB was not"

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 ".scss exceeded maximum budget. Budget 6.00 kB was not"

Browse Popular Code Answers by Language