diff --git a/docs/features/publisher.md b/docs/features/publisher.md index 3f130b28..6013bfd1 100644 --- a/docs/features/publisher.md +++ b/docs/features/publisher.md @@ -33,6 +33,7 @@ src/core/publisher/ ├── escapeProps.ts — escape string props at the render boundary, dispatched per-prop on the schema control `type` ├── classInjection.ts — inject author classIds into rendered HTML ├── classCss.ts — compile user StyleRule entries → CSS, including supported raw @keyframes +├── responsiveBackground.ts — rewrite media-library background-image url(...) values to optimized image-set(...) ladders ├── cssCollector.ts — CssCollector + collectClassCSS + sanitizeModuleCSS ├── reset.ts — PUBLISHER_RESET_CSS (cross-browser baseline) ├── frameworkCss.ts — site framework CSS (spacing scale, typography) @@ -52,7 +53,7 @@ server/publish/ ├── publishedHtmlPipeline.ts — post-process (sanitize + plugin filters + injections) ├── siteCssBundle.ts — server-side hashing + file emission ├── frontendInjections.ts — splice plugin