Files
yoga/README.md

7 lines
446 B
Markdown
Raw Normal View History

2014-04-06 18:41:56 -07:00
css-layout
==========
This project implements a subset of CSS including flexbox and the box model using pure JavaScript. The goal is to have a small standalone library to layout elements. It doesn't rely on the DOM at all.
2014-04-06 18:43:46 -07:00
In order to make sure that the code is correct, it is developped using TDD where each commit adds a unit test and the associated code to make it work. All the unit tests are tested against Chrome's implementation of CSS.