Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Boopster
/
reachy_mini_minder
like
10
Running
App
Files
Files
Community
main
reachy_mini_minder
/
frontend
/
postcss.config.mjs
Boopster
initial commit
af9cde9
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;