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
The current implementation does not propagate global styles in the custom element because of the shadow DOM.
We may want to consider outputting the translated HTML to Light DOM instead to let users control the styles of child elements from outside of the custom element.
The text was updated successfully, but these errors were encountered:
Demo: https://codepen.io/tushuhei/pen/QWzpMQK
The current implementation does not propagate global styles in the custom element because of the shadow DOM.
We may want to consider outputting the translated HTML to Light DOM instead to let users control the styles of child elements from outside of the custom element.
The text was updated successfully, but these errors were encountered: