Skip to content

Instantly share code, notes, and snippets.

@hernaneg350
Created August 1, 2014 15:28
Show Gist options
  • Save hernaneg350/b2f66286e2d74019ceb6 to your computer and use it in GitHub Desktop.
Save hernaneg350/b2f66286e2d74019ceb6 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: white;
}
}
}
.mom {
.likes {
.pizza {
@extend .icon-foo.icon-15.icon-snow;
}
}
}
.dad {
.likes {
.pizza {
.too {
@extend .icon-foo.icon-15.icon-snow;
}
}
}
}
.icon-foo.icon-15.icon-snow, .mom .likes .pizza, .dad .likes .pizza .too {
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment