// https://github.com/michael-ciniawsky/postcss-load-config module.exports = { plugins: { autoprefixer: { overrideBrowserslist: ['Android 4.1', 'iOS 7.1', '> 1%', 'last 2 versions', 'not ie <= 9'] }, } }