Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
graalul
/
COLE
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
COLE
/
frontend
/
postcss.config.mjs
Yurhu
Initial snapshot upload
75ec748
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
86 Bytes
const
config = {
plugins
: [
"@tailwindcss/postcss"
],
};
export
default
config;