Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppaihack
/
PoCInnovation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3e46dc
PoCInnovation
/
front
/
tailwind.config.js
pierrelissope
deploy: added project base
fef8a16
7 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
/**
@type
{
import('tailwindcss').Config
} */
module
.
exports
= {
content
: [
"./src/**/*.{html,js}"
],
theme
: {
extend
: {},
},
plugins
: [],
};