DEV Community

Discussion on: CSS :is() fun

Collapse
 
cchana profile image
Charanjit Chana

:not() is awesome, I use it all the time! It took me a while to adjust my writing style for CSS to get into the habit vs using something like :last-child instead though