We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d219946 + c32ece8 commit d59e354Copy full SHA for d59e354
lost.js
@@ -762,11 +762,6 @@ module.exports = postcss.plugin('lost', function lost(settings) {
762
});
763
764
if (lostRowFlexbox === 'flex') {
765
- decl.cloneBefore({
766
- prop: 'display',
767
- value: 'flex'
768
- });
769
-
770
decl.cloneBefore({
771
prop: 'flex',
772
value: '0 0 auto'
@@ -895,11 +890,6 @@ module.exports = postcss.plugin('lost', function lost(settings) {
895
890
896
891
897
892
if (lostWaffleFlexbox === 'flex') {
898
899
900
901
902
903
893
904
894
905
0 commit comments