1 2 3
// https://github.com/michael-ciniawsky/postcss-load-config module.exports = {
4
plugins: {
5
// to edit target browsers: use "browserslist" field in package.json
6 7 8
autoprefixer: {}, }, };