Skip to content

Instantly share code, notes, and snippets.

@ravinggenius
Created March 25, 2011 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravinggenius/887370 to your computer and use it in GitHub Desktop.
Save ravinggenius/887370 to your computer and use it in GitHub Desktop.
.one
color: red
.two
color: red
.three
color: red
.four
color: red
.five
color: red
.six
color: red
.seven
color: red
.one {
color: red;
}
.one .two {
color: red;
}
.one .two .three {
color: red;
}
.one .two .three .four {
color: red;
}
.one .two .three .four .five {
color: red;
}
.two .three .four .five .six {
color: red;
}
.three .four .five .six .seven {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment