Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KazukiWatanabe
/
FE_Stage
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FE_Stage
/
postcss.config.mjs
GitHub Actions
Deploy from GitHub Actions [DEV] - 2025-10-30 13:18:59
01c0359
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
const
config = {
plugins
: [
'@tailwindcss/postcss'
],
};
export
default
config;