Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MCP-1st-Birthday
/
Reuben_OS
like
20
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Reuben_OS
/
postcss.config.mjs
Reubencf
Fix Window component TypeScript error - simplify bounds prop
7767652
21 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;