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

This commit is contained in:
2024-06-17 23:40:22 -04:00
parent 6f7bcc9503
commit 3f137e4d68
2 changed files with 1 additions and 17 deletions

View File

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