Skip to content

Instantly share code, notes, and snippets.

@hernaneg350
Created August 1, 2014 05:19
Show Gist options
  • Save hernaneg350/d17b3970db640a400001 to your computer and use it in GitHub Desktop.
Save hernaneg350/d17b3970db640a400001 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.12)
// Compass (v1.0.0.alpha.21)
// ----
.icon-foo {
&.icon-15 {
&.icon-snow {
color: green;
}
}
}
.mom {
.likes {
.pizza {
@extend .icon-snow;
}
}
}
.icon-foo.icon-15.icon-snow, .mom .likes .icon-foo.icon-15.pizza {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment