Skip to content
New issue

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

Incorrect legacy values for display: inline-flex #132

Closed
necolas opened this issue Jun 12, 2017 · 2 comments
Closed

Incorrect legacy values for display: inline-flex #132

necolas opened this issue Jun 12, 2017 · 2 comments

Comments

@necolas
Copy link

necolas commented Jun 12, 2017

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.

necolas referenced this issue in necolas/react-native-web Jun 12, 2017
When 'View' or 'Image' are within a 'Text', lay them out as
'inline-flex'.

Fix #472
@robinweser
Copy link
Owner

Oh I see. Funny that this never occured before :o Seems like noone is using inline-flex nowadays. I will fix that immediately :)

@necolas
Copy link
Author

necolas commented Jun 13, 2017

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants