UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

22 lines (18 loc) 363 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const xs = "480px"; const sm = "768px"; const md = "992px"; const lg = "1200px"; var _breakpoints = { xs: xs, sm: sm, md: md, lg: lg }; exports["default"] = _breakpoints; exports.lg = lg; exports.md = md; exports.sm = sm; exports.xs = xs; //# sourceMappingURL=breakpoints.js.map