DIME / frontend /postcss.config.mjs
Naseer-010's picture
Update codebase and ignore DIME.pdf and image_gen binaries
facabc7
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;