Skip to content

Instantly share code, notes, and snippets.

@tonykung06
Created September 28, 2015 17:10
Show Gist options
  • Save tonykung06/7166ecc0b0a0fa891b2c to your computer and use it in GitHub Desktop.
Save tonykung06/7166ecc0b0a0fa891b2c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.out {
%testing {
background: red;
}
}
.main {
@extend %testing;
}
.out .main {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment