Skip to content

Commit 9bae14b

Browse files
chore(webapp): account for integration UI in CSS budget
1 parent 0354e28 commit 9bae14b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

standalone/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
127127
"limit": "1300 kB"
128128
},
129129
{
130-
"name": "all CSS (gzipped) — regression ceiling; the MUI/Emotion→shadcn migration moved runtime CSS-in-JS into static CSS (one-time step up), so the budget tracks the static stylesheet, not the old Emotion baseline. Raised from 35 kB, which the stylesheet had grown to exactly, leaving the next CSS change of any size to fail the check",
130+
"name": "all CSS (gzipped) — regression ceiling; the MUI/Emotion→shadcn migration moved runtime CSS-in-JS into static CSS (one-time step up), so the budget tracks the static stylesheet, not the old Emotion baseline. The 37 kB ceiling includes the integration UI for assessment navigation, fullscreen portals, and larger pointer targets while retaining less than 1 kB of headroom",
131131
"path": "dist/assets/*.css",
132132
"gzip": true,
133-
"limit": "36 kB"
133+
"limit": "37 kB"
134134
}
135135
]
136136
}

0 commit comments

Comments
 (0)