From 18ceed31b10ebd7fa39e6c2411b9a8dad7f50147 Mon Sep 17 00:00:00 2001 From: tim-herbst Date: Sat, 19 Dec 2020 18:52:02 +0100 Subject: [PATCH] add css import for leaflet.markercluster to finish work on clustering marker --- projects/project-3/frontend/src/styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/project-3/frontend/src/styles.scss b/projects/project-3/frontend/src/styles.scss index 08196b9..d528429 100644 --- a/projects/project-3/frontend/src/styles.scss +++ b/projects/project-3/frontend/src/styles.scss @@ -8,3 +8,5 @@ body { } @import "~leaflet/dist/leaflet.css"; +@import "~leaflet.markercluster/dist/MarkerCluster.css"; +@import "~leaflet.markercluster/dist/MarkerCluster.Default.css";