rtfeldman / elm-css

Typed CSS in Elm.
https://package.elm-lang.org/packages/rtfeldman/elm-css/latest
BSD 3-Clause "New" or "Revised" License
1.23k stars 196 forks source link

Add gap #586

Open Chadtech opened 1 year ago

Chadtech commented 1 year ago

Hello!

gap is a fairly new css property. I reach for it quite a lot. In flex containers with gap, all the children will have a gap of that size between them, getting the same effect as putting a margin-top on every element in a list except the first one (as developers sometimes do).

schoettl commented 1 year ago

Fixes #587