Skip to content

Instantly share code, notes, and snippets.

@beardyco
Created June 5, 2015 14:54
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 beardyco/71443762a42b915fe8e9 to your computer and use it in GitHub Desktop.
Save beardyco/71443762a42b915fe8e9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
.car {
color: blue;
}
.car_wheel {
color: black;
.car--shiney & {
color: silver;
}
}
.car--shiney {
display: block;
}
.car {
color: blue;
}
.car_wheel {
color: black;
}
.car--shiney .car_wheel {
color: silver;
}
.car--shiney {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment