From 01785a4ceba7ad1d5e8b04d7f9c1f591dde29fd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Voskuhl?= <juergen.voskuhl@itcv-software.com>
Date: Thu, 28 Sep 2023 08:46:05 +0200
Subject: [PATCH] Incorporated dummy el. to ensure Tailwind classes are
 available

---
 views/it-standards/InfoBoxes.tsx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/views/it-standards/InfoBoxes.tsx b/views/it-standards/InfoBoxes.tsx
index 2ff3e3f..c17d87e 100644
--- a/views/it-standards/InfoBoxes.tsx
+++ b/views/it-standards/InfoBoxes.tsx
@@ -52,6 +52,10 @@ export function InfoBoxes({
 }: InfoboxOptions) {
     return (
         <div>
+            {/* Dummy to ensure Tailwind classes are imported */}
+            <div className="hidden w-20 bg-red-100 bg-yellow-100 bg-slate-100">
+                &nbsp;
+            </div>
 
             {lastUpdate && (
                 <div className="w-80 border-2 mb-4 rounded-md">
-- 
GitLab