postcss.config.mjs (81B)
1 const config = { 2 plugins: ["@tailwindcss/postcss"], 3 }; 4 5 export default config;