Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rdlf
/
devops-metrics-interpreter
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
devops-metrics-interpreter
/
postcss.config.mjs
ruben de la fuente
feat: initial deployment to HuggingFace Spaces
0e13326
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;