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