Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vivek1192
/
detectAI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
detectAI
/
frontend
/
tailwind.config.js
vivek1192
Setup CI/CD for Hugging Face
171eb01
19 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
204 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}