Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bradleyayers/a555a0f4f553daf1c949f87010663cbe to your computer and use it in GitHub Desktop.
Save bradleyayers/a555a0f4f553daf1c949f87010663cbe to your computer and use it in GitHub Desktop.
Alternative flex naming

flex container

  • flex-directionmain-axis (row [horizontal] → or column [vertical] ↓)
  • justify-contentmain-axis-align
  • align-itemscross-axis-align
  • align-contentcross-axis-align-wrapped

flex child

  • align-selfcross-axis-align-override
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment