Skip to content

Instantly share code, notes, and snippets.

@flowforfrank
Created September 24, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flowforfrank/5ab451f8734e2890a1abf9cd97a5abcd to your computer and use it in GitHub Desktop.
Save flowforfrank/5ab451f8734e2890a1abf9cd97a5abcd to your computer and use it in GitHub Desktop.
Setting the flex-flow property
.flex-container {
flex-flow: row wrap;
flex-flow: row-reverse nowrap;
flex-flow: row-reverse wrap-reverse;
flex-flow: column wrap;
flex-flow: column-reverse nowrap;
flex-flow: column-reverse wrap-reverse;
/* ...and so on... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment