Skip to content

Instantly share code, notes, and snippets.

@mgmgpyaesonewin
Created January 19, 2018 07:28
Show Gist options
  • Save mgmgpyaesonewin/df5495bf0f7eea938a4416cad52c05c0 to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/df5495bf0f7eea938a4416cad52c05c0 to your computer and use it in GitHub Desktop.
const isMobile = window.innerWidth <= 376;
const isTablet = window.innerWidth <= 768;
const isDesktop = window.innerWidth <= 992;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment