Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
a70dcc45ebdf79aba2a49f445caa96f40ce5a603
/
.
/
webui
/
tailwind.config.js
blob: 577ab810f38a6c1abf67168b077cf288d3fa9600 [
file
] [
log
] [
blame
]
Sean McCullough
bf66a2f
2025-06-23 21:53:55 -0700
[
diff
] [
blame
]
1
/** @type {import('tailwindcss').Config} */
2
export
default
{
3
content
:
[
"./src/**/*.{js,ts,jsx,tsx,html}"
],
4
theme
:
{
5
extend
:
{},
6
},
7
plugins
:
[],
8
};