-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Option for enabling Flexbox 2009 #2248
Comments
I think we won’t be enabling it by default anymore—sorry. In the future I think we’ll solve this by letting you specify the |
When you say |
Yep. |
More specifically I meant that Autoprefixer has a feature that inspects |
Ok nice! Thanks for your reply @gaearon. |
Thanks for filing the issue. |
…he browserslist key in package.json which allows developers to set browsers list in queries like "Chrome >= 35", "Firefox >= 38" for both production and development. Autoprefixer which relies on Browserslist will find its config automatically. This PR fixes facebook#2248 and facebook#892
Closing in favor of #892. |
I'm working on a HbbTV app writing in React and built with Create React App. Many of terminals HbbTV compliant are not totally up to date with the last specifications. I currently use a Samsung TV that I recently bought and I can observe that
display: flex
property is not interpreted instead ofdisplay: -webkit-flex
. I could solve this problem by adding this line on styles myself (or by downgrading to 0.9.5) but maybe it could be possible to simply enable Flexbox 2009 by adding an option.What is your opinion?
The text was updated successfully, but these errors were encountered: