Skip to content

Instantly share code, notes, and snippets.

@airen
Created July 24, 2015 07:55
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 airen/cc99f65f81626e83237b to your computer and use it in GitHub Desktop.
Save airen/cc99f65f81626e83237b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.a {
color: red;
.b {
color: green;
.c {
color: yellow;
.d {
color: orange;
.e {
color: blue;
body & {
color: #fff333;
}
}
}
}
}
}
.a {
color: red;
}
.a .b {
color: green;
}
.a .b .c {
color: yellow;
}
.a .b .c .d {
color: orange;
}
.a .b .c .d .e {
color: blue;
}
body .a .b .c .d .e {
color: #fff333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment