Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
454
Running
on
CPU Upgrade
App
Files
Files
Community
17
c479a59
lora-studio
/
tailwind.config.js
enzostvs
HF staff
initial commot
e71d24a
11 months ago
raw
Copy download link
history
blame
Safe
225 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
fontFamily
: {
sans
: [
'DM Sans'
,
'IBM Plex Mono'
],
},
extend
: {},
},
plugins
: [],
}