Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface-projects/sd-multiplayer-bot
triple-t
/
ttt-space
like
12
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ttt-space
/
frontend
/
tailwind.config.cjs
radames
first
feb4f42
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {}
},
plugins
: []
};