Skip to content

Instantly share code, notes, and snippets.

@Ricardo-Diaz
Created November 5, 2012 05:01
Show Gist options
  • Save Ricardo-Diaz/4015430 to your computer and use it in GitHub Desktop.
Save Ricardo-Diaz/4015430 to your computer and use it in GitHub Desktop.
SASS: Breakpoint
$breakpoint-medium-width: 500px;
.foo {
@include breakpoint($breakpoint-medium-width) {...}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment