From 2eefe8aae542d459d18b3da260606b56d83c71f5 Mon Sep 17 00:00:00 2001 From: Kim Ravn Hansen Date: Tue, 16 Sep 2025 11:29:37 +0200 Subject: [PATCH] wyf --- frontend/test.scss | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 frontend/test.scss diff --git a/frontend/test.scss b/frontend/test.scss deleted file mode 100755 index 70604e0..0000000 --- a/frontend/test.scss +++ /dev/null @@ -1,14 +0,0 @@ -#output { - flex: 1; - background-color: #000; - border: 2px solid #333; - padding: 15px; - overflow-y: auto; - white-space: pre-wrap; - line-height: 1.4; - margin-bottom: 20px; - font-family: "Fira Code", monospace; - font-optical-sizing: auto; - font-size: 14px; - width: 100ch; -}