Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abancp
/
10M-LLM
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
10M-LLM
/
client
/
src
/
tailwind.config.js
abancp
openwebbook2
82f9e44
7 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
180 Bytes
// tailwind.config.js
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}