Skip to content

Instantly share code, notes, and snippets.

@jasonkmccoy
Created March 14, 2015 21:24
Show Gist options
  • Save jasonkmccoy/8c41fabee05aa27f3aef to your computer and use it in GitHub Desktop.
Save jasonkmccoy/8c41fabee05aa27f3aef to your computer and use it in GitHub Desktop.
Flexbox
=flexbox
display: -webkit-box
display: -moz-box
display: -ms-flexbox
display: -webkit-flex
display: flex
// Usage
div
+flexbox
@jasonkmccoy
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment