Include also css classes from the javascript files in tw-build

This commit is contained in:
2026-02-09 00:13:42 +01:00
parent 2ee00a6c44
commit 2d96711640
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ if [ ! -f tailwind.config.js ]; then
module.exports = {
content: [
"./pkg/web/templates/**/*.html",
"./pkg/web/static/js/**/*.js",
],
theme: {
extend: {},

View File

@@ -2,6 +2,7 @@
module.exports = {
content: [
"./pkg/web/templates/**/*.html",
"./pkg/web/static/js/**/*.js",
],
theme: {
extend: {},