UNPKG

@hitachivantara/uikit-styles

Version:

UI Kit styling solution for the Next Design System.

15 lines (14 loc) 252 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const breakpoints = { unit: "px", step: 5, values: { xs: 0, sm: 600, md: 960, lg: 1270, xl: 1920 } }; exports.breakpoints = breakpoints;