kernl-backend / frontend /postcss.config.mjs
ALPHA0008's picture
feat: initial commit - core multi-agent compiler engine and frontend UI
0762fba
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;