Caching, compression and delivery for a 1MB immutable stylesheet.

The original implementation#

The v1 file is immutable by definition — cache it with max-age=31536000. jsDelivr serves brotli; self-hosters can precompress.

Sample#

html
<link rel="preload" as="style" href="v1.0.0.css" />
<!-- Cache-Control: public, max-age=31536000, immutable -->

Legacy & migration#

The v1 file is frozen forever. To keep this exact look on the modern engine, follow the migration guide — the whole design system is re-expressed as a Nakshora config.

Components · Colors · Utilities