Created
May 22, 2021 22:29
-
-
Save frankyonnetti/ea775e1ce7736bccfb8204a8630d82c1 to your computer and use it in GitHub Desktop.
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
| @include media-breakpoint-up(xs) { } | |
| @include media-breakpoint-up(sm) { } // min-width 576px | |
| @include media-breakpoint-up(md) { } // min-width 769px | |
| @include media-breakpoint-up(lg) { } // min-width 993px | |
| @include media-breakpoint-up(xl) { } // min-width 1201px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment