[css-flexbox] justify-self

Flexbox defines the following properties:

justify-content -  main-axis parent
align-items     - cross-axis parent
align-self      - cross-axis self
Why is there no justify-self for aligning a single flexbox child along the main-axis?

Received on Wednesday, 8 April 2015 16:57:58 UTC