Tailwind: Explicitly point to python file containing class

This commit is contained in:
Klaas van Schelven
2024-08-19 22:12:20 +02:00
parent ff48ffb977
commit 6560767764
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
{% block tab_content %}
{# this is here to fool tailwind (because we're foolish enough to put html in python) <span class="text-xs"></span> #}
<div class="flex">
<div class="overflow-hidden">

View File

@@ -4,7 +4,6 @@
{% block tab_content %}
{# this is here to fool tailwind (because we're foolish enough to put html in python) <span class="text-xs"></span> #}
<div class="flex">
<div class="overflow-hidden">
<div class="italic">{{ event.ingested_at|date:"j M G:i T" }} (Event {{ event.digest_order }} of {{ issue.digested_event_count }})</div>

View File

@@ -42,6 +42,8 @@ module.exports = {
* and make sure the pattern below matches your project structure.
*/
// '../../**/*.py'
"../../issues/views.py",
],
theme: {
extend: {