This is the result I get when using the static prefixer on inline-flex:
display:-webkit-box;
display:-moz-box;
display:-ms-inline-flexbox;
display:-webkit-inline-flex;
display:inline-flex
It looks like it should be producing -webkit-inline-box and -moz-inline-box.
This is the result I get when using the static prefixer on
inline-flex:It looks like it should be producing
-webkit-inline-boxand-moz-inline-box.