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
In scenarios like sel1 > sel2 + sel3,
the CSS parser attach `+` and `>` signs to the
previous selector, while CSS source map count it
with the current node (SimpleSelector; that is
part of selector).
0 commit comments