Created
October 8, 2015 14:34
-
-
Save ivanasetiawan/95b14b2d3ff411543450 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) | |
// ---- | |
.makelaars-reactform { | |
& h2.h1 { background: red; } | |
} | |
.makelaars-reactform { | |
h2.h1 { background: red; } | |
} |
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
.makelaars-reactform h2.h1 { | |
background: red; | |
} | |
.makelaars-reactform h2.h1 { | |
background: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment