Skip to content

Instantly share code, notes, and snippets.

@nex3
Created August 22, 2011 20:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nex3/1163471 to your computer and use it in GitHub Desktop.
Save nex3/1163471 to your computer and use it in GitHub Desktop.
@mixin active($selector) {
#{$selector} {
color:black;
}
}
#my-id {
@include active($selector: ".my-class")
}
@capynet
Copy link

capynet commented Feb 11, 2013

That's it! thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment