Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
34
Running
App
Files
Files
Community
3
3d94876
inference-playground
/
postcss.config.js
victor
HF staff
add playground
39eb06d
4 months ago
raw
Copy download link
history
blame
Safe
73 Bytes
export
default
{
plugins
: {
tailwindcss
: {},
autoprefixer
: {}
}
};