Skip to content

Instantly share code, notes, and snippets.

@huijing
Created October 3, 2018 10:27
Show Gist options
  • Save huijing/c188cca67640ce329cc9d096926ef08c to your computer and use it in GitHub Desktop.
Save huijing/c188cca67640ce329cc9d096926ef08c to your computer and use it in GitHub Desktop.
Value Longhand Summary
initial 0 1 auto cannot grow but can shrink when there isn't enough space
auto 1 1 auto can grow and shrink to fit available space
none 0 0 auto cannot grow or shrink AKA inflexible
<positive-number> <positive-number> 1 0 can grow and shrink with extent of growth depending on flex factor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment