Skip to content

Instantly share code, notes, and snippets.

@darkwebdev
Created July 31, 2014 11:45
Show Gist options
  • Save darkwebdev/95c6d08d6de0cadb046f to your computer and use it in GitHub Desktop.
Save darkwebdev/95c6d08d6de0cadb046f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.12)
// Compass (v1.0.0.alpha.21)
// ----
.class1 {
color: red;
}
.class2 {
font-size: 16px;
}
.class3 {
@extend .class1, .class2;
}
.class1, .class3 {
color: red;
}
.class2, .class3 {
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment