module.exports = { plugins: { "postcss-import": {}, "tailwindcss/nesting": {}, "tailwindcss": {}, "autoprefixer": {}, "cssnano": { preset: ["default", { discardComments: true }], }, }, };