Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dbirks
/
diffuse-the-rest
like
16
Running
App
Files
Files
Community
2
9acf02f
diffuse-the-rest
/
tailwind.config.cjs
mishig
HF staff
Initial commit
e8d6409
about 2 years ago
raw
Copy download link
history
blame
Safe
152 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {}
},
plugins
: []
};