Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
huggingface/inference-playground
FallnAI
/
LLM-Inference
Like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a8fc54a
LLM-Inference
/
tailwind.config.ts
victor
HF Staff
add playground
39eb06d
about 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
162 Bytes
import
type
{
Config
}
from
'tailwindcss'
;
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {}
},
plugins
: []
}
as
Config
;