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; } ```