Skip to content

Instantly share code, notes, and snippets.

@vordan
Last active June 27, 2021 09:33
Show Gist options
  • Save vordan/e771a94caeb380eb7c4dca281e9ee6c2 to your computer and use it in GitHub Desktop.
Save vordan/e771a94caeb380eb7c4dca281e9ee6c2 to your computer and use it in GitHub Desktop.
CSS Screen size breakpoints
breakpoints({
wide: [ '1281px', '1680px' ],
normal: [ '961px', '1280px' ],
narrow: [ '841px', '960px' ],
narrower: [ '737px', '840px' ],
mobile: [ null, '736px' ]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment