Skip to content

Instantly share code, notes, and snippets.

@valkum
Created September 26, 2013 17:24
Show Gist options
  • Save valkum/6717529 to your computer and use it in GitHub Desktop.
Save valkum/6717529 to your computer and use it in GitHub Desktop.
// Media query variables.
@mobile: ~"(max-width: 767px)"; //remove because mobile first
@tablet: ~"(min-width: @screen-tablet)";
@normal: ~"(min-width: @screen-md)";
@wide: ~"(min-width: @screen-lg)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment