Skip to content

Instantly share code, notes, and snippets.

@electricg
Created December 3, 2012 15:32
Show Gist options
  • Save electricg/4195741 to your computer and use it in GitHub Desktop.
Save electricg/4195741 to your computer and use it in GitHub Desktop.
.ciao, %ex2 {
color: blue;
}
.ciao, %ex {
background: blue;
}
.button {
&:link, &:hover {
@extend %ex;
}
}
.button2 {
@extend %ex2;
}
.ciao {
text-decoration: underline;
}
.ciao, .button2 { color: blue; }
.ciao, .button:link, .button:hover { background: blue; }
.ciao { text-decoration: underline; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment