You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
References:
- http://msdn.microsoft.com/en-us/library/ie/hh673531(v=vs.85).aspx
- http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/
"-ms-flex" is defined (see reference) as
[ <positive-flex> <negative-flex> <preferred-size> ] | none
^ <number> ^ <number> ^ "<width> without inherit"
"<width> without inherit" expands to "<length> || <percentage> || auto",
so the final definition of "-ms-flex" is:
[[ <number> <number>? ] || [ <length> || <percentage> || auto ] ] | none
The other values are taken verbatim from the references.
0 commit comments