module.exports = {
plugins: {
'postcss-css-variables': {},
'postcss-calc': {},
autoprefixer: {},
cssnano: {
preset: 'default',
},
};