Полезные материалы по всему, что может быть интересно frontend-разработчику.
Using :is() in complex selectors selects more than you might initially think Because selector matching in browsers happens from right to left, you might end up with more matches than you expected when using .a :is(.b .c).
Because selector matching in browsers happens from right to left, you might end up with more matches than you expected when using .a :is(.b .c).