ichaly_cohere/postcss.config.mjs
2026-06-04 15:10:06 +08:00

6 lines
71 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
},
};