From 4f755eab67046864e61eba8f4345688bed461863 Mon Sep 17 00:00:00 2001 From: Andy Tang Date: Mon, 17 Nov 2014 12:03:13 -0700 Subject: [PATCH] feat(layout): add `layout-wrap` attribute to set flex-wrap to wrap Closes #634 --- src/core/style/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/style/layout.scss b/src/core/style/layout.scss index a78d4c618aa..0d1c71ebcb9 100644 --- a/src/core/style/layout.scss +++ b/src/core/style/layout.scss @@ -21,6 +21,10 @@ padding-top: 0; } +[layout-wrap] { + flex-wrap: wrap; +} + [layout-fill] { margin: 0; min-height: 100%;