From bccef9d30ad86edbeeb27aa0b8bcb6bcff61c11d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 17 Jul 2019 19:32:34 +0000 Subject: [PATCH] Deploy website Deploy website version based on a15298e98669015563e3c654bbf9cb12d7e70967 --- docs/next/flexbox.html | 2 +- docs/next/flexbox/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/flexbox.html b/docs/next/flexbox.html index e3f4a931540..3401139b884 100644 --- a/docs/next/flexbox.html +++ b/docs/next/flexbox.html @@ -193,7 +193,7 @@ AppRegistry.registerComponent('AwesomeProject', () => AlignItemsBasics);

Align Items

Align Self

-

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with aligItems.

+

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with alignItems.

Align Self

Align Content

alignContent defines the distribution of lines along the cross-axis. This only has effect when items are wrapped to multiple lines using flexWrap.

diff --git a/docs/next/flexbox/index.html b/docs/next/flexbox/index.html index e3f4a931540..3401139b884 100644 --- a/docs/next/flexbox/index.html +++ b/docs/next/flexbox/index.html @@ -193,7 +193,7 @@ AppRegistry.registerComponent('AwesomeProject', () => AlignItemsBasics);

Align Items

Align Self

-

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with aligItems.

+

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with alignItems.

Align Self

Align Content

alignContent defines the distribution of lines along the cross-axis. This only has effect when items are wrapped to multiple lines using flexWrap.