meshtastic/src/utils/breakpoints.ts

2 lines
69 B
TypeScript
Raw Normal View History

2022-04-09 01:54:54 -07:00
export const BREAKPOINTS = { sm: 640, md: 768, lg: 1024, xl: 1280 };