BlackbirdDigital / wp-theme-scaffold

Blackbird's WordPress Theme Scaffold
GNU General Public License v2.0
30 stars 1 forks source link

Consider handling most "reset" styles with :where #54

Open cr0ybot opened 2 years ago

cr0ybot commented 2 years ago

The :where selector has a lower specificity than selecting an element directly, and has wide support. We should consider using this to fix some of the specificity issues with base element styles (such as links).

Idea from: https://twitter.com/hi__mayank/status/1583948221587390464?s=20&t=7kw7-hJhwdytUy3kmKHioA