tailwind and docker update
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dryrun Pipeline was successful
ci/woodpecker/push/publish-tag Pipeline was successful
ci/woodpecker/push/publish-latest Pipeline was successful

This commit is contained in:
2024-06-09 16:21:41 -04:00
parent 2733d2c19e
commit 44feca12d2
10 changed files with 694 additions and 6 deletions

9
tailwind.config.js Normal file
View File

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