Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zh-ai-community
/
zh-model-release-heatmap
like
12
Running
App
Files
Files
Community
5
fb129e5
zh-model-release-heatmap
/
postcss.config.mjs
xianbao
HF staff
Upload folder using huggingface_hub
fb129e5
verified
4 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;