Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
11.8k
Running
App
Files
Files
Community
333
Fetching metadata from the HF Docker repository...
refs/pr/292
deepsite
/
darkeventsite
/
tailwind.config.js
Isi2777
Upload 22 files
83df4cd
verified
22 days ago
raw
Copy download link
history
blame
Safe
191 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
"./{app,components,libs,pages,hooks}/**/*.{html,js,ts,jsx,tsx}"
],
theme
: {
extend
: {},
},
plugins
: [],
}