/** These are the default Tailwind CSS breakpoints. * We're defining them here so they can be referenced * programmatically in other parts of the application. */ export const breakpoints = { sm: '640px', md: '768px', lg: '1024px', xl: '1280px', '2xl': '1536px', } as const;