Skip to content

Instantly share code, notes, and snippets.

@jruz
Last active August 29, 2015 14:23
Show Gist options
  • Save jruz/59b127ccaa2657f7fe80 to your computer and use it in GitHub Desktop.
Save jruz/59b127ccaa2657f7fe80 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.3)
// ----
.object {
&:focus + &--modifier {
color: red;
}
&:focus + &__element {
color: red;
}
}
.object:focus + .object--modifier {
color: red;
}
.object:focus + .object__element {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment