Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
cff0ff8f582a970fa8bd688448964bef8d2b84ab
/
.
/
webui
/
tailwind.config.js
blob: 577ab810f38a6c1abf67168b077cf288d3fa9600 [
file
] [
log
] [
blame
]
/** @type {import('tailwindcss').Config} */
export
default
{
content
:
[
"./src/**/*.{js,ts,jsx,tsx,html}"
],
theme
:
{
extend
:
{},
},
plugins
:
[],
};