mrrrme-emotion-ai / avatar-frontend /postcss.config.mjs
michon's picture
avatar fix and llm model change
9ea638d
raw
history blame contribute delete
101 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;