@cimpress/react-components
Version:
React components to support the MCP styleguide
8 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BREAKPOINT_S = exports.BREAKPOINT_M = exports.BREAKPOINT_L = exports.BREAKPOINT_XL = void 0;
exports.BREAKPOINT_XL = '1440px';
exports.BREAKPOINT_L = '1240px';
exports.BREAKPOINT_M = '1050px';
exports.BREAKPOINT_S = '600px';
//# sourceMappingURL=breakpoint.js.map