Merge pull request 'fix: include blog models in Tailwind content scan for tag colours' (#28) from fix/tag-colour-safelist into main
Reviewed-on: #28
This commit was merged in pull request #28.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@ module.exports = {
|
||||
content: [
|
||||
"../../templates/**/*.html",
|
||||
"../../apps/**/templates/**/*.html",
|
||||
"../../apps/blog/models.py",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
|
||||
Reference in New Issue
Block a user