Create README.md

This commit is contained in:
Christopher Chedeau
2014-04-06 18:41:56 -07:00
parent ad30eb7d60
commit 869eeb74f8

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
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.