diff --git a/package.json b/package.json index 074c35c..29c7461 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/tsconfig": "^0.1.3", + "autoprefixer": "^10.4.14", "eslint": "^8.37.0", "eslint-plugin-vue": "^9.10.0", "normalize.css": "^8.0.1", diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..961986e --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: { + autoprefixer: {} + } +}