Skip to content

Instantly share code, notes, and snippets.

@pdokas
Created February 24, 2015 18:25
Show Gist options
  • Save pdokas/4cb9b57193766edd902c to your computer and use it in GitHub Desktop.
Save pdokas/4cb9b57193766edd902c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="global-nav-container">hi</div>
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
%something {
.somethingelse { color: green; }
}
.butts {
@extend %something;
}
.butts .somethingelse {
color: green;
}
<div class="global-nav-container">hi</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment