Skip to content

Instantly share code, notes, and snippets.

@bensmithett
Created March 27, 2014 05:50
Show Gist options
  • Save bensmithett/9801166 to your computer and use it in GitHub Desktop.
Save bensmithett/9801166 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
.parent-class {
&.dropdown-toggle {
color: red;
}
}
.parent-class.dropdown-toggle {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment