Created
October 28, 2018 10:55
-
-
Save charisTheo/41bd65a3ea291b2946d8d0f0198cbde5 to your computer and use it in GitHub Desktop.
Browser support for flex CSS property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* $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