Created
October 28, 2018 10:56
-
-
Save charisTheo/d2a75f3c236779e700dd2579f513c83d to your computer and use it in GitHub Desktop.
Browser support for flex-order 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
-webkit-order: /* add value */; | |
-moz-order: /* add value */; | |
-ms-flex-order: /* add value */; | |
order: /* add value */; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment