supermemory/apps/memory-graph-playground/postcss.config.mjs
nexxeln bffb415e1c add spaces selector with search (#600)
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
2025-12-03 09:33:38 -08:00

7 lines
88 B
JavaScript

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