UNPKG

apeman-react-style

Version:
15 lines (12 loc) 232 B
/** * Constants */ 'use strict' const SMALL_MEDIA_BREAKPOINT = 768 const MEDIUM_MEDIA_BREAKPOINT = 992 const LARGE_MEDIA_BREAKPOINT = 1200 export { SMALL_MEDIA_BREAKPOINT, MEDIUM_MEDIA_BREAKPOINT, LARGE_MEDIA_BREAKPOINT }