Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
618
Runtime error
App
Files
Files
Community
18
Fetching metadata from the HF Docker repository...
eb29a95
lora-studio
/
tailwind.config.js
enzostvs
HF Staff
initial commot
e71d24a
over 2 years ago
raw
Copy download link
history
blame
225 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
fontFamily
: {
sans
: [
'DM Sans'
,
'IBM Plex Mono'
],
},
extend
: {},
},
plugins
: [],
}