Skip to content

Instantly share code, notes, and snippets.

@allurco
Created October 8, 2017 10:13
Show Gist options
  • Save allurco/21a258e1152269d60513a879b271630b to your computer and use it in GitHub Desktop.
Save allurco/21a258e1152269d60513a879b271630b to your computer and use it in GitHub Desktop.
Flex Wrap
.flex-wrap {
flex-wrap: nowrap;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap {
flex-wrap: wrap-reverse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment