add space-evenly prop to justify-content.md (#918)
Summary: This PR add the `space-evenly` prop, to the [justify-content.md](https://github.com/facebook/yoga/blob/master/website/contents/properties/justify-content.md) file. The description was taken from [Mozilla](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) Pull Request resolved: https://github.com/facebook/yoga/pull/918 Differential Revision: D16701547 Pulled By: davidaurelio fbshipit-source-id: cd1bb7dd20cb1184a1bafb0d8f33e851051bd9e5
This commit is contained in:
committed by
Facebook Github Bot
parent
a218880216
commit
9b120eded9
@@ -25,4 +25,6 @@ remaining space around the children. Compared to `space between` using
|
|||||||
`space around` will result in space being distributed to the beginning of
|
`space around` will result in space being distributed to the beginning of
|
||||||
the first child and end of the last child.
|
the first child and end of the last child.
|
||||||
|
|
||||||
|
**SPACE EVENLY** Evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items, the main-start edge and the first item, and the main-end edge and the last item, are all exactly the same.
|
||||||
|
|
||||||
<controls prop="justifyContent"></controls>
|
<controls prop="justifyContent"></controls>
|
||||||
|
Reference in New Issue
Block a user