Update README.md

This commit is contained in:
Christopher Chedeau
2015-05-08 13:42:37 -07:00
parent 3203e86155
commit 9f75dc7b3e

View File

@@ -1,4 +1,4 @@
css-layout
css-layout [![Build Status](https://travis-ci.org/facebook/css-layout.svg?branch=master)](https://travis-ci.org/facebook/react-native)
==========
This project implements a subset of CSS including flexbox and the box model using pure JavaScript, then transpiled to C and Java. The goal is to have a small standalone library to layout elements. It doesn't rely on the DOM at all.