e260ab46c
e7b3ef070
1 2
3
4
5
// Checks if viewport at invoke time fits mobile dimensions // isMobileView :: () => Bool const isMobileView = () => window.matchMedia('screen and (max-width: 575px)').matches module.exports = isMobileView