Nexova / postcss.config.mjs
Nexova
init: nexova - notes crud + sqlite + hf backup
debd125
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;