import tailwindcss from 'tailwindcss'; import autoprefixer from 'autoprefixer'; import nesting from 'postcss-nesting'; export default { plugins: [tailwindcss, autoprefixer, nesting] };