Lars Laade
Lars Laade
Hi, here is my PR for jsb as an ES module. Fixes #37 - [x] Code uses import/export - [x] Rollup as a Builder - [x] Remove internal RequireJS support...
Hi, would you like to re-structure jsb as an ES module? I have currently a [branch](https://github.com/larslaade/jsb/tree/feature/esm) with half the work done. But some questions are still open: - In a...
I added all current [flexbox](http://www.w3.org/TR/css-flexbox-1/) properties and values: ``` .flexbox { align-content: flex-start; align-content: flex-end; align-content: center; align-content: space-between; align-content: space-around; align-content: stretch; align-items: flex-start; align-items: flex-end; align-items: center; align-items:...