Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MHRDYN7
/
AI_Square
like
0
Running
App
Files
Files
Community
main
AI_Square
/
ai-square
/
postcss.config.mjs
MHRDYN7
initialized the nextjs app
a7e0657
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;