faberjs icon indicating copy to clipboard operation
faberjs copied to clipboard

FaberJS is an open-source platform-independent layouting engine capable of mimicking different CSS layouting paradigm(ex. CSS grids)

Results 4 faberjs issues
Sort by recently updated
recently updated
newest added

If the number of columns are 3 and one item has column track requirement `2 / span 3`, then the number of column tracks should automatically increase by 1(updated column...

Add support for `grid-gap` property.

enhancement
good first issue

A space between the two arguements in `repeat` breaks implementation. For example, `repeat(auto-fit,20)` will work, but `repeat(auto-fit, 20)` won't(Notice the space). ``` style: { . . gridTemplateColumns: repeat(auto-fit, 20) ....

bug
good first issue

More unit test need to be added for the grid-sizing and track sizing algorithms

help wanted
good first issue