Changes since 23.5.2
Fixes
-
Apply CssImport to exported webcomponent (#19740) (CP: 23.5)
Commit · Pull request · IssueCssImport annotation with just a value attribute can be injected automatically to shadow root of all exported web components (embedded applications) using Constructable StyleSheets. WebComponentExporter should have a theme to make automation work properly in theme-generator.js. Theme property "autoInjectGlobalCssImports": true in theme.json enable auto injection. Disabled by default.