Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Created May 22, 2021 22:29
Show Gist options
  • Select an option

  • Save frankyonnetti/ea775e1ce7736bccfb8204a8630d82c1 to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/ea775e1ce7736bccfb8204a8630d82c1 to your computer and use it in GitHub Desktop.
@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