/**
 * 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
}