Browse Source

Add Flex sector to index.html

pull/1710/head
David Polak 8 years ago
parent
commit
0bafab5be9
  1. 4
      index.html

4
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,

Loading…
Cancel
Save