gitfoss | 9cec23485bd304126f7b1dd2f0d9398e90fc96b2 | app/utils/style/breakpoints.ts ∙ GitFOSS
.ts
TypeScript
(application/typescript)
export const breakpoints = {
  sm: "768px",
  md: "1024px",
  lg: "1280px",
  xl: "1640px",
} as const;