Skip to content

Instantly share code, notes, and snippets.

@brendonexus
Created April 8, 2017 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brendonexus/0bf9b4d23f8f821681e830ed94ecf0f0 to your computer and use it in GitHub Desktop.
Save brendonexus/0bf9b4d23f8f821681e830ed94ecf0f0 to your computer and use it in GitHub Desktop.
Bootstrap 3 SCSS Media Queries
$lg: "min-width: 1200px";
$md: "max-width: 1199px";
$sm: "max-width: 991px";
$xs: "max-width: 767px";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment