Skip to content

Instantly share code, notes, and snippets.

@singerxt
Created July 29, 2015 21:46
Show Gist options
  • Save singerxt/37a4ad5de0cd4e9ad8c2 to your computer and use it in GitHub Desktop.
Save singerxt/37a4ad5de0cd4e9ad8c2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.first, .second {
.hello {
content: 'yo';
}
}
.first .hello, .second .hello {
content: 'yo';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment