more details where to look for styles
All checks were successful
Build and push / Pulling repo on server (push) Has been skipped

This commit is contained in:
2023-10-20 20:48:34 +02:00
parent f85f354ee7
commit 21195e7db5
3 changed files with 33 additions and 157 deletions

View File

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