communiKate / frontend /postcss.config.mjs
ashfortune
first commit
aa53da8
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;