Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shubhjn
/
AutoLoop
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AutoLoop
/
postcss.config.mjs
shubhjn
Deploy Clean V1
8dd52b2
3 months ago
raw
Copy download link
history
blame
contribute
delete
116 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
autoprefixer
: {},
},
};
export
default
config;