Skip to content

Commit

Permalink
Merge pull request #123 from subpixelch/patch-2
Browse files Browse the repository at this point in the history
Remove display:flex for lost-row and lost-waffle in flex-mode
  • Loading branch information
corysimmons committed May 12, 2015
2 parents d219946 + c32ece8 commit d59e354
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lost.js
Original file line number Diff line number Diff line change
Expand Up @@ -762,11 +762,6 @@ module.exports = postcss.plugin('lost', function lost(settings) {
});

if (lostRowFlexbox === 'flex') {
decl.cloneBefore({
prop: 'display',
value: 'flex'
});

decl.cloneBefore({
prop: 'flex',
value: '0 0 auto'
Expand Down Expand Up @@ -895,11 +890,6 @@ module.exports = postcss.plugin('lost', function lost(settings) {
});

if (lostWaffleFlexbox === 'flex') {
decl.cloneBefore({
prop: 'display',
value: 'flex'
});

decl.cloneBefore({
prop: 'flex',
value: '0 0 auto'
Expand Down

0 comments on commit d59e354

Please sign in to comment.