RE: [css-flexbox] justify-self

> > Just to to play devil's advocate, we could actually have a two-steps
> justification algorithm allowing exactly that:
> [snip]
> 
> This is actually already how things work, *if* there's a reasonable notion of a
> "container" between the layout root and the aligned child.
> For flexbox, there's the flex line, which is why both align-content and align-
> self work.  For grid, there's the grid tracks, which is why both axises have
> both *-content and *-self.
> 
> ~TJ

Thanks for clarifying.

Received on Wednesday, 8 April 2015 22:56:45 UTC