Skip to content

Instantly share code, notes, and snippets.

@pierceray
Created October 29, 2015 15:17
Show Gist options
  • Save pierceray/5e480cb2adab1855fe61 to your computer and use it in GitHub Desktop.
Save pierceray/5e480cb2adab1855fe61 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.alert_signup {
.alertMessage {
.with-left-rail &:before {
/* Desired */
color: #fff;
}
.with-left-rail:before {
/* Not Desired */
color: #fff;
}
}
}
.with-left-rail .alert_signup .alertMessage:before {
/* Desired */
color: #fff;
}
.alert_signup .alertMessage .with-left-rail:before {
/* Not Desired */
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment