Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
looda3131
/
looood
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
looood
/
postcss.config.mjs
looda3131
Clean push without any binary history
cc276cc
14 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;