Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AItool
/
home-fasthtml
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e413e39
home-fasthtml
/
tailwind.config.js
AItool
Upload 210 files
036b3a6
verified
11 days ago
raw
Copy download link
history
blame
Safe
133 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
"*.py"
],
theme
: {
extend
: {},
},
plugins
: [],
}