Skip to content

Instantly share code, notes, and snippets.

@gkiely
Created August 26, 2015 01:06
Show Gist options
  • Save gkiely/5aa63081c30772d561bb to your computer and use it in GitHub Desktop.
Save gkiely/5aa63081c30772d561bb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.test {
.flex & &__yo{
background: red;
}
}
.video-player{
html:not(.no-flex):not(.flexbox-tweener) &
.video-control{
background: red;
}
}
.flex .test .test__yo {
background: red;
}
html:not(.no-flex):not(.flexbox-tweener) .video-player
.video-control {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment