Slide 23
Slide 23 text
ΧελϜηϨΫλʔ
@custom-selector :--heading h1, h2, h3, h4, h5, h6;
article :--heading + p {
margin-top: 0;
}
article h1 + p,
article h2 + p,
article h3 + p,
article h4 + p,
article h5 + p,
article h6 + p {
margin-top: 0;
}
https:/
/github.com/postcss/postcss-custom-selectors
Lj
IN
OUT