9 lines
121 B
TypeScript
9 lines
121 B
TypeScript
export const breakpoint = {
|
|
xxs: 0,
|
|
xs: 375,
|
|
sm: 576,
|
|
md: 768,
|
|
lg: 992,
|
|
xl: 1200,
|
|
xxl: 1400
|
|
} |