Re: Flexbox justify-content: space-evenly
Christian Biesinger <[email protected]> Fri, 8 Jul 2016 17:09:26 -0400
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <CAPTJ0XEOndOSumt2ghvUYEV8U6Toov+6Yw3z=9crXx4+dJGRtQ@mail.gmail.com> |
It's in css-align, so spec-wise Flexbox will support this keyword as well. Implementation-wise is a different question. -Christian On Fri, Jul 1, 2016 at 10:22 AM, Benjamin Strauß <[email protected]> wrote: > Hi, > are there any plans to add the space-evenly option to flexbox's > justify-content property? I know css grid has this and i could not find any > proposal for this on the web. Has this been discussed before? > > Thanks >