Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingchat
/
chat-ui
like
1.08k
Running
App
Files
Files
Community
603
5da61b4
chat-ui
/
postcss.config.js
coyotte508
HF staff
🔨 Add VSCode config to lint/prettier on save
ed0f702
over 1 year ago
raw
Copy download link
history
blame
Safe
73 Bytes
export
default
{
plugins
: {
tailwindcss
: {},
autoprefixer
: {}
}
};