Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
diffuse-the-rest
like
917
Running
App
Files
Files
Community
505
main
diffuse-the-rest
/
postcss.config.cjs
mishig
HF staff
Initial commit
e8d6409
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
75 Bytes
module
.
exports
= {
plugins
: {
tailwindcss
: {},
autoprefixer
: {}
}
};