UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

11 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var csx_1 = require("csx"); exports.BREAKPOINTS = { phone: 480, tablet: 768, desktop: 1024, }; var rootRem = 16; exports.toRem = function (px) { return csx_1.rem(px / rootRem); }; //# sourceMappingURL=utils.js.map