Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/Real-Time-Latent-Consistency-Model-Text-To-Image
HusseinHE
/
Magic
like
0
Runtime error
App
Files
Files
Community
8453a45
Magic
/
frontend
/
tailwind.config.js
radames
pagecontent from pipelines
46bd9ac
12 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
,
'../pipelines/**/*.py'
],
theme
: {
extend
: {}
},
plugins
: []
};