Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
khagu
/
setu
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
setu
/
Frontend
/
postcss.config.mjs
khagu
chore: finally untrack large database files
3998131
28 days ago
raw
Copy download link
history
blame
contribute
delete
144 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
'@tailwindcss/postcss'
: {},
},
}
export
default
config