Hacker News new | ask | show | jobs
by dotch 3604 days ago
Really glad to see flexbox getting more traction.

Browser support for flexbox [1]:

full support: All evergreen browsers (incl. MS Edge, Safari 6.1+, mobile Safari 7.1+)

partial support: IE11+

This framework currently does not fully support IE11 [2]

[1] http://caniuse.com/#feat=flexbox [2] https://github.com/jgthms/bulma/issues/252

1 comments

Actually, even IE10 has a fairly usable flexbox implementation, it's just based on a draft spec, so the property names and values are a bit weird.

Just avoid the old webkit draft (the only reason you'd consider it these days is for old <4.4 android phones) if you're working toward backwards compatibility, it's not worth the pain.