Applying hover to many elements at once
I thought we could do this with :where or :has but I can't seem to figure it out or find it online. If I have the following classes,
I want to do something like,
I want to do something like,
.btn__small{}
.btn__medium{}
.btn__large{}:where(.btn__small, .btn__medium, .btn__large):hover {}