[csswg-drafts] [css-align-4] (flex-)end fallback alignment for space-between

LeaVerou has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-align-4] (flex-)end fallback alignment for space-between ==
Currently the fallback alignment for 1 item and `space-between` is [`start` / `flex-start`](https://github.com/w3c/csswg-drafts/issues/2316).

I think `flex-end` / `end` makes just as much sense, and I recently ran into a use case that required exactly that. It would be good to have a way to control which way the fallback alignment goes. Perhaps as a second keyword in the alignment properties? E.g. `justify-content: space-between flex-end;`?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2654 using your GitHub account

Received on Monday, 7 May 2018 23:02:56 UTC