Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
diffuse-the-rest
like
926
Running
App
Files
Files
Community
506
b4fa09a
diffuse-the-rest
/
tailwind.config.cjs
mishig
HF staff
Better padding
b4fa09a
over 2 years ago
raw
Copy download link
history
blame
Safe
190 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
screens
: {
desktop
:
'816px'
},
extend
: {}
},
plugins
: []
};