Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created June 6, 2014 01:16
Show Gist options
  • Select an option

  • Save seven-phases-max/e8635be815c77a39177a to your computer and use it in GitHub Desktop.

Select an option

Save seven-phases-max/e8635be815c77a39177a to your computer and use it in GitHub Desktop.
.a {
.icon-list-small();
}
.b {
.child-icon-list-small();
}
// ..........................
.icon-list-small() {
&.icon-clock {bla: bla}
}
.child-icon-list-small() {
@_:; @{_} {.icon-list-small()}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment