Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
muthuk1
/
graphrag-inference-hackathon
like
1
arxiv:
12 papers
Model card
Files
Files and versions
xet
Community
697efb9
graphrag-inference-hackathon
/
web
/
postcss.config.mjs
muthuk1
Add postcss config
d52592b
verified
12 days ago
raw
Copy download link
history
blame
Safe
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;