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 CSS, :has() supports a relative selector list. But the implementation in this library supports only a single relative selector, not a list, making :has(a, b) unsupported.