You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
I've got several elements within a <template> that need to make use of a couple/few custom properties (for coloring, size, etc.) and I've got the defaults for those properties declared on :host:
I've got several elements within a
<template>
that need to make use of a couple/few custom properties (for coloring, size, etc.) and I've got the defaults for those properties declared on:host
:Using IE11, the generated
style
inhead
has blank values for thebackground-color
properties.The text was updated successfully, but these errors were encountered: