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
a:first b:second,
a:first leading { // + was ignored match found
property: value;
}
a:first + b:second,
a:first + leading { // trailing is missing here
property: value;
}
The text was updated successfully, but these errors were encountered:
It is not possible to use leading or trailing combinator inside extend all. Combinators in the middle are compared while:
compiles into:
The text was updated successfully, but these errors were encountered: