Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
viocha
/
gh-dl
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gh-dl
/
postcss.config.mjs
viocha
初次提交
92fbccd
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
'@tailwindcss/postcss'
: {},
},
}
export
default
config