postcss.config.js (view raw)
1export default { 2 plugins: { 3 tailwindcss: {}, 4 autoprefixer: {} 5 } 6};