Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OpceanAI
/
About-me
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
About-me
/
postcss.config.mjs
aguitauwu
pos nomas
b2a9185
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
'@tailwindcss/postcss'
: {},
},
}
export
default
config