UNPKG

@hitachivantara/uikit-styles

Version:
15 lines (14 loc) 187 B
//#region src/tokens/breakpoints.ts var breakpoints = { unit: "px", step: 5, values: { xs: 0, sm: 600, md: 960, lg: 1270, xl: 1920 } }; //#endregion export { breakpoints };