Files
NSG_PORTAL_V2/definitions/breakpoint.ts
T
MoreStrive 2aa5607c48 init
2024-05-30 18:06:50 +07:00

9 lines
121 B
TypeScript

export const breakpoint = {
xxs: 0,
xs: 375,
sm: 576,
md: 768,
lg: 992,
xl: 1200,
xxl: 1400
}