UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

13 lines (12 loc) 278 B
const STYLES = { display: "flex", flexDirection: "column", flexWrap: "wrap", width: "100%", minWidth: "100%" }; export const IESTYLES = JSON.stringify(STYLES) .replace(/([a-z0-9])([A-Z])/g, "$1-$2") .replace(/[,]/g, ";") .replace(/["{}]/g, "") .toLowerCase();