Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
abancp
/
10M-LLM
like
0
Skylion007/openwebtext
tatsu-lab/alpaca
English
License:
mit
Model card
Files
Files and versions
xet
Community
main
10M-LLM
/
client
/
src
/
tailwind.config.js
abancp
openwebbook2
82f9e44
16 days ago
raw
Copy download link
history
blame
contribute
delete
180 Bytes
// tailwind.config.js
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}