diff --git a/package.json b/package.json index 0ce3c1b5c..df710a17d 100644 --- a/package.json +++ b/package.json @@ -131,11 +131,6 @@ "tags": "vetur/tags.json", "attributes": "vetur/attributes.json" }, - "postcss": { - "plugins": { - "autoprefixer": {} - } - }, "browserslist": [ "Android >= 4.0", "iOS >= 7" diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 000000000..5bfb8f628 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: { + autoprefixer: {} + } +};