Skip to content

Instantly share code, notes, and snippets.

@dawidw
Last active December 21, 2015 17:38
Show Gist options
  • Save dawidw/6341557 to your computer and use it in GitHub Desktop.
Save dawidw/6341557 to your computer and use it in GitHub Desktop.
.block{
.ie7 &.red{
color: green;
}
}
.ie7 .block.red {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment