Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0xarchit
/
CityTrack
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CityTrack
/
Frontend
/
postcss.config.mjs
Deepti Yadav
initialize frontend
0c817f1
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;