Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
7e36a04e5b9eb206faad20f0a37fa111285ffdce
/
.
/
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
};