UNPKG

@aws-amplify/ui

Version:

`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.

15 lines (13 loc) 249 B
// Breakpoint unit is in pixels const breakpoints = { values: { base: 0, small: 480, medium: 768, large: 992, xl: 1280, xxl: 1536, }, defaultBreakpoint: 'base', }; export { breakpoints };