Hacker News new | ask | show | jobs
by the_duke 2638 days ago
Flexbox and grid are very hard to polyfill since they are deeply embedded in the layout engine.

The only flexbox polyfills are Javascript based and really slow.

AFAIK there is no up to date / usable Grid polyfill.