style: apply prettier formatting to frontend
This commit is contained in:
@@ -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!;
|
||||
|
||||
Reference in New Issue
Block a user