From 6bbd9a1dd4fc54b3cc6a42ebd082b5d167523b6e Mon Sep 17 00:00:00 2001 From: "arkadiusz.gotfryd" Date: Mon, 9 May 2022 21:16:46 +0200 Subject: [PATCH] Fix for codesandbox.io env (code review change) --- examples/templates/example.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/templates/example.html b/examples/templates/example.html index f1f3a311a4..145aee08b9 100644 --- a/examples/templates/example.html +++ b/examples/templates/example.html @@ -197,9 +197,7 @@ <script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=fetch,requestAnimationFrame,Element.prototype.classList,TextDecoder"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/3.18.3/minified.js"></script>{{#if extraHead.remote}} {{ indent extraHead.remote spaces=4 }}{{/if}} - <style> - @import "node_modules/ol/ol.css"; - </style> + <link rel="stylesheet" href="node_modules/ol/ol.css"> <style> .map { width: 100%;