Hacker News new | ask | show | jobs
by tomphoolery 4204 days ago
What's browser compatibility like on this? Do I need to install any polyfills to get this to work on older browsers (mostly older IEs)?
1 comments

http://caniuse.com/#feat=flexbox

Internet Explorer, as usual, screws everything up. No support in IE8 and IE9, limited support in IE10.

In practice, IE10 is totally fine. If you have to support IE9 and lower you shouldn't adopt flex box yet.