Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created April 24, 2012 17:51
Show Gist options
  • Save tdreyno/2481988 to your computer and use it in GitHub Desktop.
Save tdreyno/2481988 to your computer and use it in GitHub Desktop.
@mixin my-thing {
some: style;
@content;
}
tag {
@include my-thing {
another: style;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment