Hacker News new | ask | show | jobs
by taberiand 1368 days ago
What would make it hard to maintain? (honest question, I'm rather ignorant of CSS)
1 comments

I like my code to be explicit. Meaning, you are clearly defining explicity what you code should DO.

But using the ":not(:set())" operator, you're making your code implicit. Because you're telling your code what NOT to do (and instead rely on defaults or other side effects to define what will happen to your headings line-height).