How to handle spacing between css elements in one line of code?
.flow > * + * { margin-block-start: var(--flow-space, 1em); }