Skip to content

Instantly share code, notes, and snippets.

@ivanasetiawan
Created October 12, 2015 09:00
Show Gist options
  • Save ivanasetiawan/32d086c2d73d62e6a864 to your computer and use it in GitHub Desktop.
Save ivanasetiawan/32d086c2d73d62e6a864 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.classOne {
+ :before {
background: yellow;
}
}
.classOne {
& + &:before {
background: yellow;
}
}
.classOne + :before {
background: yellow;
}
.classOne + .classOne:before {
background: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment