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 [style-scope=core-drawer-panel] at the end is incorrect. It was intended to select any descendant element with the core-drawer-toggle attribute, but they will never have style scopes applied.
Attribute selectors get incorrect style scoping applied. Consider this example from
<core-drawer-panel>
:Source:
Transformed:
The
[style-scope=core-drawer-panel]
at the end is incorrect. It was intended to select any descendant element with thecore-drawer-toggle
attribute, but they will never have style scopes applied.A simple attribute selector also becomes scoped:
Source:
[core-drawer-toggle]
Transformed:
The text was updated successfully, but these errors were encountered: