Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
galihrhgnwn
/
Pollinations-ChatBox
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
33d96b0
Pollinations-ChatBox
/
postcss.config.mjs
Nechtan
fiat lux
59b210a
5 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;