Skip to content

Instantly share code, notes, and snippets.

@shavidzet
Created December 1, 2019 00:21
Show Gist options
  • Save shavidzet/561999ce1085a0cb9cb12f5b9ef2125f to your computer and use it in GitHub Desktop.
Save shavidzet/561999ce1085a0cb9cb12f5b9ef2125f to your computer and use it in GitHub Desktop.
Use bootstrap mixin for breakpoints
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins/_breakpoints";
@include media-breakpoint-up(md) {
body {
background-color: red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment