How you can simplify your CSS with :is()
The :is() pseudo-class is relatively new, but browser support is pretty good now! It's a nice way to dry up your CSS and turn some otherwise complex selectors into something much more managable!
2021-03-02 19:00:00 - Kevin Powell