Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HugoDzz/spaceship_drift
Nymbo
/
spaceship_drift
like
0
Running
App
Files
Files
Community
9e4d5e6
spaceship_drift
/
tailwind.config.js
HugoDzz
feat: setup svelte
6a269bb
almost 2 years ago
raw
Copy download link
history
blame
Safe
158 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {},
},
plugins
: [],
}