Skip to content

Instantly share code, notes, and snippets.

@beccasaurus
Created February 9, 2010 17:31
Show Gist options
  • Save beccasaurus/299439 to your computer and use it in GitHub Desktop.
Save beccasaurus/299439 to your computer and use it in GitHub Desktop.
body {
#content {
.post {
ul {
li.foo {
border: 1px solid black;
}
}
}
}
}
body
#content
.post
ul
li.foo
:border 1px solid black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment