Skip to content

Instantly share code, notes, and snippets.

@SFantasy
Last active August 29, 2015 14:04
Show Gist options
  • Save SFantasy/060fec4fa834b3257a6e to your computer and use it in GitHub Desktop.
Save SFantasy/060fec4fa834b3257a6e to your computer and use it in GitHub Desktop.
Safari, UC, Android compatible flexible box.
@mixin display-flex()
display: -wekbit-box
display: -webkit-flex
display: flex
display: box
display: flexbox
@mixin flex-grow($val)
flex-grow: $val
-webkit-flex-grow: $val
-webkit-box-flex: $val
box-flex: $val
@mixin flex-direction($val)
flex-direction: $val
-webkit-direction: $val
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment