Skip to content

fix(web-component): interpolate cssImportPath in style tag#1231

Open
KUNDAN1334 wants to merge 1 commit intoasyncapi:masterfrom
KUNDAN1334:fix/webcomponent-css-import-1207
Open

fix(web-component): interpolate cssImportPath in style tag#1231
KUNDAN1334 wants to merge 1 commit intoasyncapi:masterfrom
KUNDAN1334:fix/webcomponent-css-import-1207

Conversation

@KUNDAN1334
Copy link

@KUNDAN1334 KUNDAN1334 commented Feb 12, 2026

Fixes #1207

Before

<style>@import '{finalCssImportPath}';</style>

After

<style>{`@import '${finalCssImportPath}';`}</style>

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web component CSS import path is not interpolated in style tag

1 participant