empathyco / x

Commerce Search & Discovery frontend web components
Apache License 2.0
80 stars 21 forks source link

feat(rollup): update replace config to align CSS injector with Vue 3 #1607

Closed joseacabaneros closed 2 months ago

joseacabaneros commented 2 months ago

Replace injectCss X function for (css) => window.xCSSInjector.addStyle({ source: css }); anonymous function at setup build time. The anonymous function executes the custom CSS injector xCSSInjector to inject styles.

Screenshot 2024-09-03 at 5 23 47 PM Setup build example with ShadowRoot activated

Screenshot 2024-09-03 at 5 26 06 PM Setup bundle example