Comment on My favourite 3 lines of CSSparentComments−chrismorgan3ySpecificity is the difference:* + * is 0,0,0.:not(:first-child) is 0,1,0.:where(:not(:first-child)) would take it back to 0,0,0.
Comments
Specificity is the difference:
* + * is 0,0,0.
:not(:first-child) is 0,1,0.
:where(:not(:first-child)) would take it back to 0,0,0.