UNPKG

@trailstash/ultra

Version:

A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc

6 lines (4 loc) 178 B
import normalize from "normalize.css/normalize.css"; import base from "./base.css"; export const normalizeCSS = new CSSStyleSheet(); normalizeCSS.replaceSync(normalize + base);