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

How do I remove the warning : You should write display: flex by final spec instead of display: box #970

Closed
fengxinming opened this issue Jan 16, 2018 · 2 comments

Comments

@fengxinming
Copy link

Due to support IOS 8 I have to use display: box, how do I remove the warning?

@ai
Copy link
Member

ai commented Jan 16, 2018

Replace display: box in your CSS. It is very big problem. You must solve it, not hide useful warning.

@ai ai closed this as completed Jan 16, 2018
@ai
Copy link
Member

ai commented Jan 16, 2018

You don’t need display: box for iOS 8. iOS 8 uses only display: -webkit-box, not display: box.

Write display: flex and Autoprefier will fix it to display: -webkit-box (for iOS 8) automatically.

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