Skip to content

Commit 440af84

Browse files
committed
remove postcss-flexbugs-fixes from build process
1 parent 532493e commit 440af84

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/postcss.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module.exports = (ctx) => ({
3535
'Android >= 4',
3636
'Opera >= 12'
3737
]
38-
},
39-
'postcss-flexbugs-fixes': {}
38+
}
4039
}
4140
})

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"npm-run-all": "^4.0.2",
8787
"phantomjs-prebuilt": "^2.1.14",
8888
"postcss-cli": "^4.0.0",
89-
"postcss-flexbugs-fixes": "^3.0.0",
9089
"qunit-phantomjs-runner": "^2.3.0",
9190
"qunitjs": "^2.3.2",
9291
"shelljs": "^0.7.7",

0 commit comments

Comments
 (0)