Repository URL to install this package:
|
Version:
0.1.49 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Breakpoints = {
xsmall: 0,
small: 768,
medium: 992,
large: 1200
};
exports.default = Breakpoints;
//# sourceMappingURL=breakpoints.js.map