Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RafaelJaime
/
GroceryTracker
like
0
Running
App
Files
Files
Community
main
GroceryTracker
/
postcss.config.js
RafaelJaime
Create postcss.config.js
f2e9b18
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
module
.
exports
= {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
}