-
Thinking about
:not(.myclass) + .myclass, .myclass:first-child
as a way to do:first-of-type
with classes instead of type selectors. @RussellBishop/854316434155032576
:not(.myclass) + .myclass, .myclass:first-child
as a way to do :first-of-type
with classes instead of type selectors. @RussellBishop/854316434155032576