From 2cc0d791897e603a071f30d7e32cef452af5c958 Mon Sep 17 00:00:00 2001 From: Glenn Vorhes <gavorhes@wisc.edu> Date: Mon, 3 Apr 2017 16:47:53 -0500 Subject: [PATCH] update css paths --- css/all-ol-style.less | 1 - css/ol.less | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/css/all-ol-style.less b/css/all-ol-style.less index 1551843..f75adb3 100644 --- a/css/all-ol-style.less +++ b/css/all-ol-style.less @@ -2,4 +2,3 @@ @import "legend"; @import "ol-popup"; @import "layer-swipe"; - diff --git a/css/ol.less b/css/ol.less index 85e9940..329012c 100644 --- a/css/ol.less +++ b/css/ol.less @@ -1 +1 @@ -@import (inline) "../node_modules/custom-ol/ol/ol.css"; \ No newline at end of file +@import (inline) "../node_modules/custom-ol/lib/ol.css"; \ No newline at end of file -- GitLab