Switch to local-build tailwindcss instead CDN

This commit is contained in:
2025-11-18 00:10:37 +01:00
parent 59e3a5e74f
commit ced2d0f3e0
9 changed files with 220 additions and 7 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./pkg/web/templates/**/*.html",
],
theme: {
extend: {},
},
plugins: [],
}