Hacker News new | ask | show | jobs
by big_paps 822 days ago
Well this looks like something useful. Can't imaging how much work is needed to first understand css and then to build a layout engine around it.
1 comments

There's also Facebook's Yoga: https://github.com/facebook/yoga
Yoga is great but only really supports flexbox. For most cases that can be enough but inline content (as shown in the Dropflow demo) is difficult with only flexbox layouts available.