Skip to content

Commit

Permalink
Add flex-basis to default index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
david-polak committed Jan 21, 2019
1 parent 20a2b05 commit 362e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="welcome">Welcome to</h1>
},{
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,
Expand Down

0 comments on commit 362e102

Please sign in to comment.