Browse Source

Add flex-basis to default index.html

pull/1710/head
David Polak 7 years ago
parent
commit
362e102f2d
  1. 2
      index.html

2
index.html

@ -94,7 +94,7 @@
},{
name: 'Flex',
open: false,
buildProps: ['flex-direction', 'flex-wrap', 'justify-content', 'align-items', 'align-content', 'order', 'flex-grow', 'flex-shrink', 'align-self']
buildProps: ['flex-direction', 'flex-wrap', 'justify-content', 'align-items', 'align-content', 'order', 'flex-basis', 'flex-grow', 'flex-shrink', 'align-self']
},{
name: 'Dimension',
open: false,

Loading…
Cancel
Save