Skip to content

Commit

Permalink
remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
graphographer committed Apr 3, 2024
1 parent 9962602 commit 9d4f4bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/BeMap.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { HighlightableMap } from 'highlightable-map';
import { Marker, icon, marker } from 'leaflet';
import leafletCss from 'leaflet/dist/leaflet.css?inline';
import { css, html, unsafeCSS } from 'lit';
import { customElement } from 'lit/decorators.js';
import { live } from 'lit/directives/live.js';
Expand Down Expand Up @@ -50,7 +49,6 @@ export class BeMap extends StateProvider {
highlightableMap: HighlightableMap;

static styles = [
unsafeCSS(leafletCss),
...super.styles,
css`
highlightable-map {
Expand Down

0 comments on commit 9d4f4bf

Please sign in to comment.