Fixing body
and html
class specificity
I like to use classes on body and html elements to provide high-level scopes for CSS on a site but I’ve run into issues with specificity in my CSS. After thinking about the problem for a while and reading the thoughts from various CSS luminaries (like Harry Roberts) I came up with a solution that… Read more