This repository was archived by the owner on Jun 6, 2022. It is now read-only.
This repository was archived by the owner on Jun 6, 2022. It is now read-only.
lineBreak does not respect indentation #18
Closed
Description
@custom-selector :--heading h1, h2, h3, h4, h5, h6;
article :--heading + p {
margin-top: 0;
}
output
article h1 + p,
article h2 + p,
article h3 + p {
margin-top: 0;
}
but should output
article h1 + p,
article h2 + p,
article h3 + p {
margin-top: 0;
}
You probably just need to join selector with \n + rule.before
Metadata
Metadata
Assignees
Labels
No labels