From 869eeb74f8f22dbe27b789b8c5c7c9b8dfadf381 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 6 Apr 2014 18:41:56 -0700 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..13c87e87 --- /dev/null +++ b/README.md @@ -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.