Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingchat/chat-ui
adowu
/
huggi
like
0
Build error
App
Files
Files
Community
229d4b4
huggi
/
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
: {}
}
};