Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
olivermao
/
test
like
0
Running
App
Files
Files
Community
main
test
/
tailwind.config.js
Yoobit
test
7cf57d5
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
186 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{vue,js,ts,jsx,tsx}"
],
theme
: {
extend
: {},
},
plugins
: [],
}