Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
35
Running
App
Files
Files
Community
3
4a3f962
inference-playground
/
tailwind.config.ts
victor
HF staff
add playground
39eb06d
4 months ago
raw
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
;