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 was archived by the owner on May 12, 2019. It is now read-only.
Both ::local() and ::global() pseudo-elements should accept multiple selectors (e.g. ::global(p, div). Currently, a single selector assumed which results in malformed selector: ::local(.foo, .bar) → [scoped] .foo, .bar (must be [scoped] .foo, [scoped] .bar)
Both
::local()and::global()pseudo-elements should accept multiple selectors (e.g.::global(p, div). Currently, a single selector assumed which results in malformed selector:::local(.foo, .bar)→[scoped] .foo, .bar(must be[scoped] .foo, [scoped] .bar)