Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reubencf
/
HF_QR_Gen
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
HF_QR_Gen
/
postcss.config.mjs
Reubencf
Initial commit from Create Next App
bc774a3
21 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;