Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created October 28, 2018 10:55
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 charisTheo/41bd65a3ea291b2946d8d0f0198cbde5 to your computer and use it in GitHub Desktop.
Save charisTheo/41bd65a3ea291b2946d8d0f0198cbde5 to your computer and use it in GitHub Desktop.
Browser support for flex CSS property
/* $values = Combination of flex-grow, flex-shrink, and flex-basis */
-webkit-box-flex: $values;
-webkit-flex: $values;
-moz-box-flex: $values;
-ms-flex: $values;
flex: $values;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment