module.exports = { plugins: { 'postcss-import': {}, 'postcss-url': {}, 'postcss-preset-env': { stage: 2, }, 'postcss-custom-properties': {}, 'postcss-nesting': {}, 'postcss-flexbugs-fixes': {}, }, };