Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tahasaif3
/
taskflow-frontend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
taskflow-frontend
/
postcss.config.mjs
Tahasaif3
'changes'
5e870e6
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;