Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G12-Frontend
/
215afc4091242a391e14287648852c94fa7ca1c2
/
.
/
tailwind.config.js
blob: 6f0187518178ec19f553936719d194c7bdae4f7a [
file
] [
log
] [
blame
]
ybt
02e716d
2025-04-15 17:19:32 +0800
[
diff
] [
blame
]
1
/** @type {import('tailwindcss').Config} */
2
export
default
{
3
content
:
[
4
"./index.html"
,
5
"./src/**/*.{js,jsx,ts,tsx}"
,
6
],
7
theme
:
{
8
extend
:
{},
9
},
10
plugins
:
[],
11
}
12