From 0bafab5be9b9f86c3bf844b8bde353cef31d0a50 Mon Sep 17 00:00:00 2001 From: David Polak Date: Fri, 4 Jan 2019 19:28:22 +0100 Subject: [PATCH] Add Flex sector to index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 805835a1f..70fd4615c 100755 --- a/index.html +++ b/index.html @@ -91,6 +91,10 @@ name: 'General', open: false, buildProps: ['float', 'display', 'position', 'top', 'right', 'left', 'bottom'] + },{ + name: 'Flex', + open: false, + buildProps: ['flex-direction', 'flex-wrap', 'justify-content', 'align-items', 'align-content', 'order', 'flex-grow', 'flex-shrink', 'align-self'] },{ name: 'Dimension', open: false,