Skip to content

Instantly share code, notes, and snippets.

@kalasjocke
Created February 25, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalasjocke/08a8ae915f6b00b40b30 to your computer and use it in GitHub Desktop.
Save kalasjocke/08a8ae915f6b00b40b30 to your computer and use it in GitHub Desktop.
@mixin with-context {
@content;
@include susy-breakpoint($medium, 9) { @content };
@include susy-breakpoint($large, 12) { @content };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment