Skip to content

Instantly share code, notes, and snippets.

@bchhun
Created November 22, 2011 21:33
Show Gist options
  • Save bchhun/1387052 to your computer and use it in GitHub Desktop.
Save bchhun/1387052 to your computer and use it in GitHub Desktop.
1, 2 or 3 ?
#foo {
.bar {color:#000;}
.ow { color:red;
.fou {color:#fff;}
}
}
#foo .bar {color:#000;}
#foo .ow {color:red;}
#foo .ow .fou {color:#fff;}
#foo .bar {color:#000;}
#foo .ow {color:red;}
#foo .ow .fou {color:#fff;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment