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

7 lines (5 loc) 202 B
import { h } from "../lib/dom.js"; import buttonStyle from "./button.css"; import { normalizeCSS } from "../lib/normalize.js"; export const style = new CSSStyleSheet(); style.replaceSync(buttonStyle);