Skip to content

Instantly share code, notes, and snippets.

@niikkiin
Created June 23, 2020 03:39
Show Gist options
  • Save niikkiin/3e9e4d51faccd42ac455a7b0715b016e to your computer and use it in GitHub Desktop.
Save niikkiin/3e9e4d51faccd42ac455a7b0715b016e to your computer and use it in GitHub Desktop.
Current breakpoints
export const breakpoints = {
highResDesktop: '(min-width: 1281px)',
desktop: '(min-width: 1025px) and (max-width: 1280px)',
tabletLandscape: '(min-width: 961px) and (max-width: 1024px)',
tabletPortrait: '(min-width: 641px) and (max-width: 960px)',
phone: '(min-width: 320px) and (max-width: 640px)',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment