UNPKG

vuestic-ui

Version:
6 lines (5 loc) 153 B
const safeCSSLength = (length) => typeof length === "number" ? `${length}px` : length; export { safeCSSLength as s }; //# sourceMappingURL=css.mjs.map