fix: include blog models in Tailwind content scan for tag colours #28

Merged
mark merged 1 commits from fix/tag-colour-safelist into main 2026-03-02 16:29:56 +00:00
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3,6 +3,7 @@ module.exports = {
content: [
"../../templates/**/*.html",
"../../apps/**/templates/**/*.html",
"../../apps/blog/models.py",
],
theme: {
extend: {