Merge pull request #3344 from owenconti/bug/3334-duplicate-arrows

Fixes #3334 - Add autoprefixer back to postcss plugins
This commit is contained in:
shockey
2017-07-06 21:59:09 -07:00
committed by GitHub

View File

@@ -1 +1,5 @@
module.exports = {}; module.exports = {
plugins: [
require("autoprefixer")
]
}