Hacker News new | ask | show | jobs
by melling 4204 days ago
Yes, but are you willing to forgo IE8, IE9, and IE10 support?

http://www.netmarketshare.com/browser-market-share.aspx?qpri...

Let's hope Windows 10 is a huge hit.

1 comments

If you're willing to include vendor prefixes and all three syntaxes, you can get considerably better support, including IE10: http://css-tricks.com/using-flexbox/
IE10 uses a substantially different interim spec syntax that is conceptually different in a couple of key ways.
If you run your CSS files through Autoprefixer[1], it's possible to use the latest syntax, and have it automatically converted to all necessary older ones.

[1] https://github.com/postcss/autoprefixer