ethos / web /postcss.config.mjs
Lior-0618's picture
feat: replace frontend with redesigned Ethos Studio UI + update READMEs
c4c4f17
raw
history blame contribute delete
101 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;