Skip to content

Instantly share code, notes, and snippets.

@simonj
Created April 24, 2015 09:09
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 simonj/ff009c802d3eb552dd92 to your computer and use it in GitHub Desktop.
Save simonj/ff009c802d3eb552dd92 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$breakpoints: (
'small' : 768px,
'medium' : 992px,
'large' : 1200px,
'complex-extra-small': '(min-width: 0) and (max-width: 992px)',
'complex-small': '(min-width: 768) and (max-width: 992px)',
'complex-medium': '(min-width: 992) and (max-width: 1200px)',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment