Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HugoDzz
/
super-godot-galaxy
like
26
Running
App
Files
Files
Community
c9914b2
super-godot-galaxy
/
tailwind.config.js
HugoDzz
feat: add smg build
0dd88bc
about 1 year ago
raw
Copy download link
history
blame
Safe
211 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./src/**/*.{html,js,svelte,ts}"
],
theme
: {
extend
: {
fontFamily
: {
Hellovetica
: [
"Hellovetica"
]
},
},
},
plugins
: [],
};