Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
16.6k
Running
App
Files
Files
Community
564
Fetching metadata from the HF Docker repository...
main
deepsite
/
postcss.config.mjs
enzostvs
HF Staff
initial commit
61e6dfe
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;