Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yigagilbert
/
translationLeaderBoard
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
57053da
translationLeaderBoard
/
frontend
/
tailwind.config.js
gilbertyiga
Update space
1af45d7
2 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
module
.
exports
= {
content
: [
"./src/**/*.{js,jsx,ts,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}