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