Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G12-Frontend
/
refs/heads/master
/
.
/
tailwind.config.js
blob: 6f0187518178ec19f553936719d194c7bdae4f7a [
file
] [
log
] [
blame
] [
edit
]
/** @type {import('tailwindcss').Config} */
export
default
{
content
:
[
"./index.html"
,
"./src/**/*.{js,jsx,ts,tsx}"
,
],
theme
:
{
extend
:
{},
},
plugins
:
[],
}