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