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