Created
December 1, 2019 00:21
-
-
Save shavidzet/561999ce1085a0cb9cb12f5b9ef2125f to your computer and use it in GitHub Desktop.
Use bootstrap mixin for breakpoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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