Changes since 24.3.14
Fixes
-
Apply CssImport to exported webcomponent (#19740)
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.