Skip to content

Update SUPPORT.md #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Value
`display` | flex \| inline-flex
`flex-direction` | column \| row
`justify-content` | flex-start \| center \| flex-end \| space-between \| space-around
`align-items`, align-self | flex-start \| center \| flex-end \| stretch
`align-items`, `align-self` | flex-start \| center \| flex-end \| stretch
`flex` | [flex-grow]
`flex-flow` | `flex-direction` + `flex-wrap`
`flex-grow` | [CSS Number]
Expand All @@ -31,7 +31,7 @@ Name | Value
`flex-direction: column` on the fly will sometimes fail to stretch the newly
columned items.
- IE8 believes everything is `margin: auto` unless you first set `* { margin: 0; }`. Afterward, `margin: auto` will work as expected.
- In IE8, flex items whose widths are determined by inline text don’t alway
- In IE8, flex items whose widths are determined by inline text don’t always
resize on resize.

### How Flexibility Works
Expand Down