diff --git a/DESIGN.md b/DESIGN.md index dd5495a9..c223eee5 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -966,7 +966,7 @@ pub enum CssStrategy { - **Link** (default): Emits `` tags referencing external `.css` files only for components whose discovery/registration data included CSS. Used by the CLI for production builds where CSS files are served separately. Output filenames are configurable with a naming template (`[name]`, `[hash]`, `[ext]`), defaulting to `[name].[ext]`. `[hash]` is SHA-256 truncated to 8 hex chars. An optional public base prefix can be applied so protocol `css_href` values point to CDN URLs. The resolved href is used consistently for handler-emitted head links and parser/plugin-generated component template stylesheet links. - **Style**: Embeds the full CSS content in `