CoDEVX / postcss.config.mjs
Tiger's Macbook Air
Build agentic PM demo app
3f76ff4
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;