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
Styles targeting :host should have lower precedence than styles targeting the same element in <head>. However, when switching to shadey mode, generated stylesheets are appended (as opposed to inserted before existing stylesheets), and this throws the precedence off.
The text was updated successfully, but these errors were encountered:
Styles targeting :host should have lower precedence than styles targeting the same element in
<head>
. However, when switching to shadey mode, generated stylesheets are appended (as opposed to inserted before existing stylesheets), and this throws the precedence off.The text was updated successfully, but these errors were encountered: