postcss.config.js (11 lines of code) (raw):

module.exports = { plugins: { autoprefixer: {}, 'postcss-import': {}, 'postcss-nesting': {}, 'postcss-custom-media': { preserve: false }, 'postcss-mixins': {} } };