Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
transformers-js-sveltekit-server-example-app
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8dfb83d
transformers-js-sveltekit-server-example-app
/
tailwind.config.js
radames
Upload 16 files
7a52bc5
over 1 year ago
raw
Copy download link
history
blame
Safe
155 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {}
},
plugins
: []
};