fix: include blog models in Tailwind content scan for tag colours #28
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@ module.exports = {
|
|||||||
content: [
|
content: [
|
||||||
"../../templates/**/*.html",
|
"../../templates/**/*.html",
|
||||||
"../../apps/**/templates/**/*.html",
|
"../../apps/**/templates/**/*.html",
|
||||||
|
"../../apps/blog/models.py",
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
|
|||||||
Reference in New Issue
Block a user