Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
victor
/
deepsite-gallery
like
845
Running
App
Files
Files
Community
44
refs/pr/42
deepsite-gallery
/
project
/
tailwind.config.js
ryzikas
Upload 18 files
e8bd427
verified
25 days ago
raw
Copy download link
history
blame
Safe
170 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./index.html'
,
'./src/**/*.{js,ts,jsx,tsx}'
],
theme
: {
extend
: {},
},
plugins
: [],
};