Move to tailwind-build instead of CDNs

This commit is contained in:
Mukhtar Akere
2025-07-10 02:17:35 +01:00
parent c72867ff57
commit cf61546bec
32 changed files with 4149 additions and 20 deletions
+12
View File
@@ -0,0 +1,12 @@
module.exports = {
content: [
"./pkg/web/templates/**/*.html",
"./pkg/web/assets/**/*.js"
],
theme: {
extend: {},
},
plugins: [
require('daisyui'),
],
};