Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/sveltekit-tailwindcss-docker
huggingface-projects
/
InstructPix2Pix-Chatbot-ui
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c505afc
InstructPix2Pix-Chatbot-ui
/
frontend
/
tailwind.config.cjs
radames
first
effb90e
over 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
: []
};