diff --git a/packages/common/vpu-common-demo.js b/packages/common/vpu-common-demo.js index ae83afd61363948b1e74c9079e184eb8eea83359..5c21f003c7c54ba9336a4602838b15ef478eb92c 100644 --- a/packages/common/vpu-common-demo.js +++ b/packages/common/vpu-common-demo.js @@ -40,10 +40,6 @@ class VpuCommonDemo extends VPULitElement { color: #ffbb00 !important; background-color: blue; } - - a:after { - ${ unsafeCSS(getIconCSS('envelope')) }; - } `; } @@ -66,6 +62,11 @@ class VpuCommonDemo extends VPULitElement { const bulmaCSS = commonUtils.getAssetURL(bulmaCSSPath); return html` <link rel="stylesheet" href="${bulmaCSS}"> + <style> + a:after { + ${ getIconCSS('envelope') }; + } + </style> <section class="section"> <div class="container">