UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

4 lines 123 B
export var pxToRem = function (px) { return "".concat((px * 0.625) / 10, "rem"); }; //# sourceMappingURL=pxToRem.js.map