Other - Svelte, Astro, Hugo, static
If it serves HTML, it works. Link the CSS - no runtime.
<link rel="stylesheet" href="/my-design-system/dist/my-design-system.min.css" />- Svelte / SvelteKit: import in
+layout.svelte. - Astro: import in
Layout.astrofrontmatter. - Hugo / Jekyll: copy
dist/*.min.csstostatic/.
Tokens and components are identical across stacks. See Tokens and Components.