Skip to content

Instantly share code, notes, and snippets.

@4foot30
Created September 11, 2016 20:50
Show Gist options
  • Save 4foot30/8f3c6df726a734e1eb52adaafbd44c4b to your computer and use it in GitHub Desktop.
Save 4foot30/8f3c6df726a734e1eb52adaafbd44c4b to your computer and use it in GitHub Desktop.
Extra breakpoints for Bootstrap, for mobile portrait or large HD screens
// Define an extra-small breakpoint
@screen-xxs: 0px;
@screen-xxs-min: @screen-xxs;
@screen-xss-max: (@screen-xs-min - 1);
// Define an extra-large breakpoint
@screen-xl: 1600px;
@screen-xl-min: @screen-xl;
@screen-lg-max: (@screen-xl-min - 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment