diff --git a/vueblog/.postcssrc.js b/vueblog/.postcssrc.js new file mode 100644 index 0000000..249472d --- /dev/null +++ b/vueblog/.postcssrc.js @@ -0,0 +1,9 @@ +// https://github.com/michael-ciniawsky/postcss-load-config + +module.exports = { + "plugins": { + // to edit target browsers: use "browserslist" field in package.json + "postcss-import": {}, + "autoprefixer": {} + } +}