We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the result I get when using the static prefixer on inline-flex:
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.
-webkit-inline-box
-moz-inline-box
The text was updated successfully, but these errors were encountered:
[add] Text support for inline View and Image
dad2888
When 'View' or 'Image' are within a 'Text', lay them out as 'inline-flex'. Fix #472
Oh I see. Funny that this never occured before :o Seems like noone is using inline-flex nowadays. I will fix that immediately :)
Sorry, something went wrong.
23d1c63
Thanks
No branches or pull requests
This is the result I get when using the static prefixer on
inline-flex
:It looks like it should be producing
-webkit-inline-box
and-moz-inline-box
.The text was updated successfully, but these errors were encountered: