Skip to main content


The difference between :where() and :is() is that :where() always has 0 specificity, whereas :is() takes on the specificity of the most specific selector in its arguments.

https://developer.mozilla.org/en-US/docs/Web/CSS/:where

#TIL #CSS
⇧