Fixes #3334 - Add autoprefixer back to postcss plugins

This commit is contained in:
Owen Conti
2017-07-05 17:34:54 -06:00
parent e1a7bed9a3
commit 7b33f2a262

View File

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