mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 18:00:17 -06:00
Tailwind: Explicitly point to python file containing class
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -42,6 +42,8 @@ module.exports = {
|
||||
* and make sure the pattern below matches your project structure.
|
||||
*/
|
||||
// '../../**/*.py'
|
||||
"../../issues/views.py",
|
||||
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
|
||||
Reference in New Issue
Block a user