From 8e1f049dcb31e9076fa3afc1a352d4bea5a4d616 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Wed, 29 Oct 2014 08:54:30 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f146d0c..70ec258b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + +Attention: This project is still very experimental and not used in any production application! + + css-layout ========== @@ -62,7 +66,6 @@ div, span { display: flex; flex-direction: column; align-items: stretch; - justify-content: flex-start; flex-shrink: 0; } ```