How slick :is(this CSS!?)
https://abs.twimg.com/emoji/v2/... draggable="false" alt="😏" title="Grinsendes Gesicht" aria-label="Emoji: Grinsendes Gesicht">
removes the margins on all headers with a `.tight` class
h1.tight, h2.tight.......
https://abs.twimg.com/emoji/v2/... draggable="false" alt="🤢" title="Angewidertes Gesicht" aria-label="Emoji: Angewidertes Gesicht">
:is(h1,h2).tight {
https://abs.twimg.com/emoji/v2/... draggable="false" alt="🤓" title="Nerd-Gesicht" aria-label="Emoji: Nerd-Gesicht"> }
removes the margins on all headers with a `.tight` class
h1.tight, h2.tight.......
:is(h1,h2).tight {
...rest
Here& #39;s a screenshot from Chrome Canary where it& #39;s supported with the chrome://flags/ #enable-experimental-web-platform-features enabled
https://abs.twimg.com/emoji/v2/... draggable="false" alt="👍" title="Thumbs up" aria-label="Emoji: Thumbs up">
Codepen https://codepen.io/argyleink/pen/abZvRbV">https://codepen.io/argyleink...
Codepen https://codepen.io/argyleink/pen/abZvRbV">https://codepen.io/argyleink...