Skip to content

Instantly share code, notes, and snippets.

@beardyco
Created June 5, 2015 14:54
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