Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mistral-hackaton-2026/ethos
Ramtinhoss
/
ethos
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ethos
/
web
/
postcss.config.mjs
Lior-0618
feat: replace frontend with redesigned Ethos Studio UI + update READMEs
c4c4f17
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;