Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
fohake
/
cert
like
0
License:
gpl-3.0
Model card
Files
Files and versions
Community
c726c5a
cert
/
tailwind.config.js
fohake
Upload 14 files
78dd0bb
verified
29 days ago
raw
Copy download link
history
blame
Safe
181 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}