Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asish22
/
code-crawler
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
code-crawler
/
frontend
/
postcss.config.mjs
Asish Karthikeya Gogineni
feat: Add Next.js frontend with Framer Motion animations
7a7972b
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;