Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
8.24k
Running
App
Files
Files
Community
175
Fetching metadata from the HF Docker repository...
main
deepsite
/
postcss.config.mjs
enzostvs
HF Staff
Initial commit from Create Next App
0b6b0ac
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
const
config = {
plugins
: [
"@tailwindcss/postcss"
],
};
export
default
config;