Skip to content

Instantly share code, notes, and snippets.

@nex3
Created August 22, 2011 20:40
Show Gist options
  • Select an option

  • Save nex3/1163471 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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