#109 add tailwindcss
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
Tim
2024-08-22 23:07:00 +02:00
parent 4718622ce0
commit dc09c4e086
7 changed files with 1979 additions and 1 deletions

9
tailwind.config.js Normal file
View File

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