From 6ea70264dacbcf7e35093c5cd51d65acdfc0e57a Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 7 Feb 2020 16:39:51 +0000 Subject: [PATCH] Deploy website Deploy website version based on 95993d91be632ac4fc5d84873b407e0cea63c643 --- docs/next/flexbox.html | 4 ++-- docs/next/flexbox/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/next/flexbox.html b/docs/next/flexbox.html index 55ca5a37f4a..25bfcc77371 100644 --- a/docs/next/flexbox.html +++ b/docs/next/flexbox.html @@ -81,9 +81,9 @@

flexDirection controls the direction in which the children of a node are laid out. This is also referred to as the main axis. The cross axis is the axis perpendicular to the main axis, or the axis which the wrapping lines are laid out in.

You can learn more here.