eliminato flowbit-ui

This commit is contained in:
fabio
2026-03-01 17:19:23 +01:00
parent b852f656d4
commit a5dda58555
13 changed files with 51 additions and 1439 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
darkMode: "class",
content: [
"./web/templates/**/*.{html,gohtml}",
"./web/static/**/*.js",
"./node_modules/flowbite/**/*.js"
],
theme: { extend: {} },
plugins: [require("flowbite/plugin")]
};