🏠 New in Low Baseline Support: :where()

January 21, 2021

caniuse · mdn · spec

The :where() CSS functional pseudo-class takes a selector list as its argument, and matches any element that can be selected by one of the selectors in that list. It is functionally equivalent to the selectors in the list, but doesn’t affect the CSS rule specificity.

Source features