import postcss from '@tailwindcss/postcss'; import autoprefixer from 'autoprefixer'; module.exports = { plugins: [ postcss, autoprefixer, ], };