Created
October 29, 2015 15:14
-
-
Save pierceray/20eee90b672e7e9eabc0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
.alert_signup { | |
.alertMessage { | |
.with-left-rail &:before { | |
color: #fff; | |
} | |
.with-left-rail:before { | |
color: #fff; | |
} | |
} | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.with-left-rail .alert_signup .alertMessage:before { | |
color: #fff; | |
} | |
.alert_signup .alertMessage .with-left-rail:before { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment