uchill/chatnext/frontend/postcss.config.mjs

6 lines
86 B
JavaScript

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