Skip to content

Instantly share code, notes, and snippets.

@mpalmr
Created March 26, 2014 21:50
Show Gist options
  • Save mpalmr/9794428 to your computer and use it in GitHub Desktop.
Save mpalmr/9794428 to your computer and use it in GitHub Desktop.
@import "../vendor/neat/neat-helpers"
// Mobile Phones
$mobile: new-breakpoint(min-width 320px max-width 480px)
$mobile-portrait: new-breakpoint(max-width 320px)
$mobile-landscape: new-breakpoint(min-width 321px)
// Tablets
$tablet: new-breakpoint(min-width 768px max-width 1024px)
//$tablet-portrait:
//$tablet-landscape:
// Workstation
$workstation: new-breakpoint(min-width 1224px)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment