Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Leoxing
/
Live2Diff
like
4
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
d16b52d
Live2Diff
/
demo
/
frontend
/
tailwind.config.js
leoxing1996
add demo
d16b52d
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
: []
};