UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

7 lines 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pxToRem = void 0; const REM_VALUE = 16; const pxToRem = (px) => px / REM_VALUE; exports.pxToRem = pxToRem; //# sourceMappingURL=pxToRem.js.map