module.exports = { plugins: { 'postcss-import': {}, 'postcss-nested': {}, tailwindcss: {}, autoprefixer: {}, cssnano: { preset: 'default' }, } }