Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
xianbao
/
cn-heatmap
like
0
License:
apache-2.0
Model card
Files
Files and versions
Community
7d8a788
cn-heatmap
/
postcss.config.mjs
xianbao
HF staff
Upload folder using huggingface_hub
7d8a788
verified
6 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;