CTA / frontend /postcss.config.mjs
TheQuantEd's picture
Initial deployment: ClinicalMatch AI v2.0 — FHIR R4 · MCP (9 tools) · A2A workflow · SHARP compliance · 100k synthetic patients · Neo4j graph · GraphRAG chatbot
59abb4f
raw
history blame contribute delete
105 Bytes
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;