Use absolute paths in links
Summary: allow-large-files Reviewed By: danielbuechele Differential Revision: D7023260 fbshipit-source-id: a797d09b61530b13da10e02c21acef13c508470c
This commit is contained in:
committed by
Facebook Github Bot
parent
e024943c4b
commit
bbdb62e654
2
docs/path---docs-flex-direction-5f95b20df7a0fca0e479.js
Normal file
2
docs/path---docs-flex-direction-5f95b20df7a0fca0e479.js
Normal file
@@ -0,0 +1,2 @@
|
||||
webpackJsonp([0x8d60b6bd8547],{523:function(t,e){t.exports={pathContext:{frontmatter:{path:"/docs/flex-direction",title:"Flex Direction",hasPlayground:!0,initialPlayground:null,redirect:null},html:'<h2>Flex Direction</h2>\n<p>Flex direction controls the direction in which children of a node are laid out.\nThis is also referred to as the main axis. The main axis is the direction in\nwhich children are laid out. The cross axis the the axis perpendicular to the\nmain axis, or the axis which wrapping lines are laid out in.</p>\n<p><strong>ROW (DEFAULT)</strong> Align children from left to right. If <a href="/docs/flex-wrap">wrapping</a> is enabled then\nthe next line will start under the first item on the left of the container.</p>\n<p><strong>COLUMN</strong> Align children from top to bottom. If <a href="/docs/flex-wrap">wrapping</a> is enabled then\nthe next line will start to the left first item on the top of the container.</p>\n<p><strong>ROW REVERSE</strong> Align children from right to left. If <a href="/docs/flex-wrap">wrapping</a> is enabled then\nthe next line will start under the first item on the right of the container.</p>\n<p><strong>COLUMN REVERSE</strong> Align children from bottom to top. If <a href="/docs/flex-wrap">wrapping</a> is enabled then\nthe next line will start to the left first item on the bottom of the container.</p>\n<p><controls prop="flexDirection"></controls></p>'}}}});
|
||||
//# sourceMappingURL=path---docs-flex-direction-5f95b20df7a0fca0e479.js.map
|
Reference in New Issue
Block a user