From 9fbcacd685545be3b619d240f9855a13363357c9 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 19 Apr 2025 22:14:34 +0200 Subject: Remove trailing semi-colons in sass files --- frontend/styles/pages/map.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/styles/pages') diff --git a/frontend/styles/pages/map.sass b/frontend/styles/pages/map.sass index ddfefcb..53c5dc4 100644 --- a/frontend/styles/pages/map.sass +++ b/frontend/styles/pages/map.sass @@ -34,7 +34,7 @@ background-color: white border-radius: var(--context-menu-border-radius) border: 1px solid #333333 - $border-radius: 2px; + $border-radius: 2px &__Entry:first-child border-top-left-radius: $border-radius -- cgit v1.2.3