Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mistral-hackaton-2026
/
ethos
like
2
Running
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
6 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;