Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
a70dcc45ebdf79aba2a49f445caa96f40ce5a603
/
.
/
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
:
[],
};