Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created March 10, 2014 20:10
Show Gist options
  • Save seven-phases-max/9473260 to your computer and use it in GitHub Desktop.
Save seven-phases-max/9473260 to your computer and use it in GitHub Desktop.
@color: red;
.lib() {
.thumbnail() {
color: @color;
}
}
.thumbnail {
.lib.thumbnail();
}
article.publications {
.news-thumb {
@color: blue;
.lib.thumbnail();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment