Files
create-better-t-stack/apps/cli/templates/frontend/react/next/postcss.config.mjs.hbs
2025-05-20 17:52:02 +05:30

6 lines
81 B
Handlebars

const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;