Skip to content

Commit

Permalink
fix remaining shorthand cases for flexbug tailwindlabs#6
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Sep 13, 2018
1 parent 9cb177a commit 7fb1af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/flexbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ export default function() {
flex: '1 1 0%',
},
'flex-auto': {
flex: 'auto',
flex: '1 1 auto',
},
'flex-initial': {
flex: 'initial',
flex: '0 1 auto',
},
'flex-none': {
flex: 'none',
Expand Down

0 comments on commit 7fb1af0

Please sign in to comment.