A map of breakpoint names to their minimum widths in pixels.
Keys are arbitrary range names (e.g. 'sm', 'md'); values are the lower bound of each range. Passed to provideBreakpoints at bootstrap.
'sm'
'md'
const breakpoints: MqBreakpoints = { sm: 640, md: 768, lg: 1024 }; Copy
const breakpoints: MqBreakpoints = { sm: 640, md: 768, lg: 1024 };
A map of breakpoint names to their minimum widths in pixels.
Keys are arbitrary range names (e.g.
'sm','md'); values are the lower bound of each range. Passed to provideBreakpoints at bootstrap.