Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/streamv2v_demo
JeffLiang
/
streamv2v
like
12
Sleeping
App
Files
Files
Community
1
813fce9
streamv2v
/
frontend
/
tailwind.config.js
jbilcke-hf
HF staff
original code by JeffLiang and Radames
51669fc
6 months ago
raw
Copy download link
history
blame
Safe
170 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
,
'../**/*.py'
],
theme
: {
extend
: {}
},
plugins
: []
};