Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seth0330
/
AIEXTRACT1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b1dfdfe
AIEXTRACT1
/
frontend
/
tailwind.config.cjs
Seth0330
Create frontend/tailwind.config.cjs
83346d2
verified
12 days ago
raw
Copy download link
history
blame
131 Bytes
module
.
exports
= {
content
: [
"./index.html"
,
"./src/**/*.{js,jsx}"
],
theme
: {
extend
: {}
},
plugins
: []
};