You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{-| Not quite correct since CSS gap accepts (slightly) other values.See https://developer.mozilla.org/en-US/docs/Web/CSS/gap#syntax-}gap:LengthOrNumberOrAutoOrNoneOrContentcompatible->Stylegap x =
property "gap" x.value
gap2:LengthOrNumberOrAutoOrNoneOrContentcompatible->LengthOrNumberOrAutoOrNoneOrContentcompatible->Stylegap2 x y =
property "gap"(x.value ++""++ y.value)
There is the CSS
gap
property but it's not yet supported in elm-css. Only a gap transition exists already.Can I add it in a PR?
I think it's very important and handy when working with flexbox.
gap is described here:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap
Originally posted by @schoettl in #560 (comment)
The text was updated successfully, but these errors were encountered: