Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2014 11:36
Show Gist options
  • Select an option

  • Save anonymous/aacad2e475e212450f26 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/aacad2e475e212450f26 to your computer and use it in GitHub Desktop.
.a .b .c .d, .a .e .b .c .g .h, .e .a .b .c .g .h, .a .e .b .g .c .h, .e .a .b .g .c .h {
x: y; }
.a .b .c .d {
x: y;
}
.e .b .g .h {
@extend .d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment