Skip to content

Instantly share code, notes, and snippets.

@rdebeasi
Last active December 19, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdebeasi/5871000 to your computer and use it in GitHub Desktop.
Save rdebeasi/5871000 to your computer and use it in GitHub Desktop.
Override Bootstrap's default breakpoint for stacking to 1 column. Hopefully we'll be able to change this with a variable in Bootstrap 3.
@import "mixins.less";
@import "variables.less";
@media (min-width: 400px) and (max-width: 767px) {
/* Restore standard bootstrap grid for medium-sized devices. */
#grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment