Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
f5bb3d3f1aa33e2a066c4139675f096f73c1f9d4
/
.
/
loop
/
webui
/
tailwind.config.js
blob: 91d9b4bbdaf929089b1f43f517064960006b9ae9 [
file
] [
log
] [
blame
]
/** @type {import('tailwindcss').Config} */
module
.
exports
=
{
content
:
[
"./src/**/*.{html,js,ts}"
,
],
theme
:
{
extend
:
{},
},
plugins
:
[],
};