We need to define a couple things:
- Should the properties add between each other, or be exclusive?
- How should the
gap work?
- @ivanross suggests an approach like
div > * + * { margin-left: x } where it's placed between childs only if the children are >1.
- Should
gap be number | [number, number], to allow vertical/horizontal?
cc @ivanross @marcofugaro @gsimone (#1)
We need to define a couple things:
gapwork?div > * + * { margin-left: x }where it's placed between childs only if the children are >1.gapbenumber | [number, number], to allow vertical/horizontal?cc @ivanross @marcofugaro @gsimone (#1)