Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Topcoder-Platform
/
space-demo-template
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
cc0a411
space-demo-template
/
postcss.config.mjs
kikomiko
init based on submission
5a74c0d
18 days ago
raw
Copy download link
history
blame
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;