From 440c7191906250cdca864a418926f40dcd0e09b2 Mon Sep 17 00:00:00 2001 From: Sidharth Guglani Date: Wed, 12 Dec 2018 05:55:30 -0800 Subject: [PATCH] added baseline and setIsReferenceBaseline doc in yoga website Summary: Added docs for align-items BASELINE property and yoga node setIsReferenceBaseline property in yoga website Reviewed By: davidaurelio Differential Revision: D13359436 fbshipit-source-id: 34cbb1087c70d44ec6462048cc2a819daf5951e0 --- website/contents/properties/align-items.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/contents/properties/align-items.md b/website/contents/properties/align-items.md index 9fe02d41..955b89f4 100644 --- a/website/contents/properties/align-items.md +++ b/website/contents/properties/align-items.md @@ -18,6 +18,8 @@ applying to the main axis, `align items` applies to the cross axis. **CENTER** Align children of a container in the center of the container's cross axis. +**BASELINE** Align children of a container along a common baseline. Individual children can be set to be the reference baseline for their parents. + ## Align Self