style: apply prettier formatting to frontend
Backend CI / Lint & vulns (push) Failing after 1m59s
Backend CI / Tests (push) Successful in 2m1s
Backend CI / Race detector (push) Failing after 4m0s

This commit is contained in:
2026-06-25 13:26:26 +01:00
parent d4664c177c
commit ad0ad253ad
74 changed files with 3927 additions and 2632 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
@import 'tw-animate-css';
@import "shadcn-svelte/tailwind.css";
@import 'shadcn-svelte/tailwind.css';
@custom-variant dark (&:is(.dark *));
@@ -122,7 +122,7 @@
@apply bg-background text-foreground;
}
.maplibregl-popup-content {
@apply bg-transparent! shadow-none! p-0! rounded-none!;
@apply rounded-none! bg-transparent! p-0! shadow-none!;
}
.maplibregl-popup-tip {
@apply hidden!;