import postcss from '@tailwindcss/postcss'; export default { plugins: [ postcss(), ], }