Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmx committed Sep 16, 2024
1 parent 98ec5a5 commit 1ae5e9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/mapStyle.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// import oldStyle from '../../static/assets/old-style.json'
import type { DataDrivenPropertyValueSpecification } from "maplibre-gl";
import { getCssVariable } from "./utils";
import { base } from "$service-worker";

export function getMapStyle(): maplibregl.StyleSpecification {
const primaryColorHsl = getCssVariable("--color-primary");
Expand Down

0 comments on commit 1ae5e9a

Please sign in to comment.