Skip to content

Instantly share code, notes, and snippets.

@allurco
Created October 8, 2017 01:21
Show Gist options
  • Save allurco/8c9f91b0240e6bc5a44a009849e01a39 to your computer and use it in GitHub Desktop.
Save allurco/8c9f91b0240e6bc5a44a009849e01a39 to your computer and use it in GitHub Desktop.
Flex Properties
.flex-direction {
flex-direction: row;
}
.flex-direction {
flex-direction: row-reverse;
}
.flex-direction {
flex-direction: column;
}
.flex-direction {
flex-direction: column-reverse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment