UNPKG

bobrilstrap

Version:
4 lines (2 loc) 135 B
export type Breakpoint = "sm" | "md" | "lg" | "xl" | "xxl"; export const breakpoints: Breakpoint[] = ["sm", "md", "lg", "xl", "xxl"];