Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KingNish
/
test-space
like
0
Running
App
Files
Files
Community
29
refs/pr/25
test-space
/
tailwind.config.js
KingNish
Initial commit: Basic project structure and page templates created. (
#21
)
f282b32
verified
21 days ago
raw
Copy download link
history
blame
Safe
148 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
"./*.{html,js}"
],
theme
: {
extend
: {},
},
plugins
: [],
}