@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
15 lines (14 loc) • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.breakpoints = exports.breakpointKeys = void 0;
const breakpoints = exports.breakpoints = {
xs: [0, 575],
sm: [576, 767],
md: [768, 991],
lg: [992, 1199],
xl: [1200, 1399],
xxl: [1400, Infinity]
};
const breakpointKeys = exports.breakpointKeys = ["", "xs", "sm", "md", "lg", "xl", "xxl"];