Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Last active September 8, 2016 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongustafson/1146af79d1054fecd7f93e7a43b2cf7a to your computer and use it in GitHub Desktop.
Save aarongustafson/1146af79d1054fecd7f93e7a43b2cf7a to your computer and use it in GitHub Desktop.
$breakup-breakpoints: (
"global": "screen",
"tiny": "(min-width: #{$bp-tiny-em})",
"small": "(min-width: #{$bp-small-em})",
"medium": "(min-width: #{$bp-medium-em})",
"large": "(min-width: #{$bp-large-em})",
"larger": "(min-width: #{$bp-larger-em})",
"full": "(min-width: #{$bp-full-em})"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment