1 2 3 4 5 6 7 8
import autoprefixer from 'autoprefixer'; import tailwindcss from 'tailwindcss'; const config = { plugins: [autoprefixer(), tailwindcss()], }; export default config;