template fix and test
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-21 15:06:20 +00:00
parent 52a5d79a28
commit ea3441c0a8
6 changed files with 286 additions and 49 deletions

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["../web/**/*.{html,js,mustache}"],
content: ["../web/**/*.{html,js}"],
theme: {
extend: {},
},