From 175fd81d19cfb8b05c4e9ba388b6308b8c865bf1 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Thu, 06 Mar 2025 21:25:54 +0000
Subject: [PATCH] style: update default linter config

---
 assets/scss/_animation.scss |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/assets/scss/_animation.scss b/assets/scss/_animation.scss
index eeba288..c8ccb63 100644
--- a/assets/scss/_animation.scss
+++ b/assets/scss/_animation.scss
@@ -3,6 +3,10 @@
 //-------------------------------------------------------------------------------
 
 @keyframes fadein {
-    from { opacity: 0;}
-    to   { opacity: 1;}
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
 }

--
Gitblit v1.10.0