Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
diffuse-the-rest
Copied
like
822
Running
App
Files
Files
Community
484
main
diffuse-the-rest
/
postcss.config.cjs
mishig
HF staff
Initial commit
e8d6409
9 months ago
raw
history
blame
contribute
delete
No virus
75 Bytes
module
.exports = {
plugins
: {
tailwindcss
: {},
autoprefixer
: {}
}
};