Day 34: :is() or :where()

from blog Manuel Matuzović - Blog, | ↗ original
↗ original
Thoughts on when it’s better to use :is() over :where() and vice versa.The other day, I posted this code snippet on social media, asking people whether it was readable. summary:where(:hover, :focus-visible)::after { transform: rotate(180deg); } Some people responded they prefer :is() over :where() because it’s shorter or less typing. Others...