Skip to content

Commit d59e354

Browse files
committed
Merge pull request #123 from subpixelch/patch-2
Remove display:flex for lost-row and lost-waffle in flex-mode
2 parents d219946 + c32ece8 commit d59e354

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lost.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -762,11 +762,6 @@ module.exports = postcss.plugin('lost', function lost(settings) {
762762
});
763763

764764
if (lostRowFlexbox === 'flex') {
765-
decl.cloneBefore({
766-
prop: 'display',
767-
value: 'flex'
768-
});
769-
770765
decl.cloneBefore({
771766
prop: 'flex',
772767
value: '0 0 auto'
@@ -895,11 +890,6 @@ module.exports = postcss.plugin('lost', function lost(settings) {
895890
});
896891

897892
if (lostWaffleFlexbox === 'flex') {
898-
decl.cloneBefore({
899-
prop: 'display',
900-
value: 'flex'
901-
});
902-
903893
decl.cloneBefore({
904894
prop: 'flex',
905895
value: '0 0 auto'

0 commit comments

Comments
 (0)