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.