Use absolute paths in links

Summary: allow-large-files

Reviewed By: danielbuechele

Differential Revision: D7023260

fbshipit-source-id: a797d09b61530b13da10e02c21acef13c508470c
This commit is contained in:
Emil Sjölander
2018-02-19 02:55:30 -08:00
committed by Facebook Github Bot
parent e024943c4b
commit bbdb62e654
163 changed files with 207 additions and 467 deletions

View File

@@ -0,0 +1,2 @@
webpackJsonp([0x663de410feda],{525:function(e,i){e.exports={pathContext:{frontmatter:{path:"/docs/flex",title:"Flex Basis, Grow, and Shrink",hasPlayground:!0,initialPlayground:null,redirect:null},html:'<h2>Flex Basis, Grow, and Shrink</h2>\n<p><strong>FLEX GROW</strong> describes how any space within a container should be distributed\namong its children along the main axis. After laying out its children, a container will\ndistribute any remaining space according to the flex grow values specified by its children.</p>\n<p>Flex grow accepts any floating point value >= 0, with 0 being the default value.\nA container will distribute any remaining space among its children weighted by the childs flex grow value.</p>\n<p><controls prop="flexGrow"></controls></p>\n<p><strong>FLEX SHRINK</strong> describes how to shrink children along the main axis in the\ncase that the total size of the children overflow the size of the container on the main axis.\nflex shrink is very similar to flex grow and can be thought of in the same way if\nany overflowing size is considered to be negative remaining space.\nThese two properties also work well together by allowing children to grow and shrink as needed.</p>\n<p>Flex shrink accepts any floating point value >= 0, with 1 being the default value.\nA container will shrink its children weighted by the childs flex shrink value.</p>\n<p><controls prop="flexShrink"></controls></p>\n<p><strong>FLEX BASIS</strong> is an axis-independent way of providing the default size of an item\nalong the main axis. Setting the flex basis of a child is similar to setting the <code>width</code> of that\nchild if its parent is a container with <code>flex direction: row</code> or setting the <code>height</code> of a child\nif its parent is a container with <code>flex direction: column</code>. The flex basis of an item is the\ndefault size of that item, the size of the item before any flex grow and flex shrink\ncalculations are performed.</p>\n<p><controls prop="flexBasis"></controls></p>'}}}});
//# sourceMappingURL=path---docs-flex-f5f7f45235a5d9863611.js.map