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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
In css3, not handle on selector only. Now it can take multiple values
The :not() pseudo-class first appeared in CSS3, when it only allowed a maximum of 1 simple selector as an argument. In CSS4, it can take a list of selectors as an argument. The styles are applied to the element which is not represented by the passed argument.
In css3, not handle on selector only. Now it can take multiple values
http://css4.rocks/css4-selectors/negation-pseudo-class.php
So I guess we can transform this
into
The text was updated successfully, but these errors were encountered: