Skip to content

Instantly share code, notes, and snippets.

@VincentLoy
Created July 5, 2016 08:50
Show Gist options
  • Save VincentLoy/c4e657e45438f2b3c84c5d6bb2ece2a9 to your computer and use it in GitHub Desktop.
Save VincentLoy/c4e657e45438f2b3c84c5d6bb2ece2a9 to your computer and use it in GitHub Desktop.
Bootstrap Media queries LESS
@screen-phone: 480px;
@screen-tablet: 760px;
@screen-desktop: 992px;
@screen-lg-desktop: 1200px;
@screen-xs-max: (@screen-phone - 1);
@screen-sm-max: (@screen-tablet - 1);
@screen-md-max: (@screen-desktop - 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment