Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
promptAId
/
Promptaid-VIsion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d7291ef
Promptaid-VIsion
/
frontend
/
tailwind.config.js
SCGR
IFRC UI library
5fb557c
4 months ago
raw
Copy download link
history
blame
201 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
],
theme
: {
extend
: {}
},
plugins
: [],
};