Files
create-better-t-stack/apps/cli/templates/frontend/native/unistyles/breakpoints.ts
Aman Varshney 6c269a4c5b add unistyles
2025-05-07 18:12:04 +05:30

10 lines
131 B
TypeScript

export const breakpoints = {
xs: 0,
sm: 576,
md: 768,
lg: 992,
xl: 1200,
superLarge: 2000,
tvLike: 4000,
} as const;