supermemory/packages/tools/test/chatapp/postcss.config.mjs
Shoubhit Dash 475bdf63ff new graph
2026-01-16 12:36:57 +05:30

7 lines
88 B
JavaScript

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