// https://github.com/michael-ciniawsky/postcss-load-config module.exports = { "plugins": { "postcss-flexbugs-fixes": { }, // to edit target browsers: use "browserlist" field in package.json "autoprefixer": { "flexbox": 'no-2009', } } }