|
|
|
|
|
by alberth
1368 days ago
|
|
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). |
|