@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
16 lines (15 loc) • 545 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PAGE_BREAKPOINTS = void 0;
const PAGE_BREAKPOINTS = exports.PAGE_BREAKPOINTS = {
mobile: 'screen and (max-width: 37.438em)',
// less than 600px
desktop: 'screen and (min-width: 33.5em)',
// more than 600px; could: and (max-width: 63.9375em)
desk: 'screen and (min-width: 53.125em)',
// more than 850px
retina: '(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)'
};
//# sourceMappingURL=pageProvider.js.map