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
When this is specced this parser could be updated to support such selectors.
I would expect a .foo-* selector to produce a single AST node with a type of class.
see: w3c/csswg-drafts#10001
When this is specced this parser could be updated to support such selectors.
I would expect a
.foo-*selector to produce a single AST node with a type of class.