1 /** @type {import('postcss-load-config').Config} */ 2 const config = { 3 plugins: { 4 tailwindcss: {}, 5 }, 6 }; 7 8 export default config;