Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aqso
/
webs
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
webs
/
tailwind.config.js
Aqso
Create tailwind.config.js
ee10b00
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [],
}