Clean up project structure

This commit is contained in:
2025-02-04 17:53:43 +01:00
parent 4a2aed5bcf
commit 5753ebda24
4 changed files with 0 additions and 58 deletions

View File

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