Fission primitive | Static site | SSR |
|---|---|---|
Length points, percent, viewport units, clamp | CSS lengths and clamp() where possible | CSS lengths and clamp() where possible |
Responsive viewport cases | CSS/media-rule style branch selection | CSS/media-rule style branch selection |
Responsive container query | Lowered when static constraints can express it | Lowered where request/runtime supports container sizing |
GridTrack points/fr/auto/minmax/repeat/auto-fit | CSS grid tracks | CSS grid tracks |
Solid fills, gradients, borders, radius, shadows | CSS paint | CSS paint |
Packaged fonts | Emitted as font assets where configured | Emitted as font assets where configured |
Backdrop blur | CSS backdrop-filter if supported by browser | CSS backdrop-filter if supported by browser |