Skip to content

Instantly share code, notes, and snippets.

@johnsiwicki
Created March 27, 2018 01:47
Show Gist options
  • Select an option

  • Save johnsiwicki/c1899461472519c66b878a6347dec045 to your computer and use it in GitHub Desktop.

Select an option

Save johnsiwicki/c1899461472519c66b878a6347dec045 to your computer and use it in GitHub Desktop.
$breakpoints: {
sm: 37.5em, // 600px
md: 64em, // 1024px
lg: 80 em // 1280px
}
@mixin breakpoint($breakpoint) {
@media only screen (min-width: map-get($map: $breakpoints, $key: $breakpoint)) { @content: )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment