Skip to content

Commit

Permalink
Improve IE support for flex-1 utility
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard authored Sep 10, 2018
1 parent 95f1d90 commit 9cb177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/flexbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function() {
'align-content': 'space-around',
},
'flex-1': {
flex: '1',
flex: '1 1 0%',
},
'flex-auto': {
flex: 'auto',
Expand Down

0 comments on commit 9cb177a

Please sign in to comment.