Skip to content

Instantly share code, notes, and snippets.

@michaek
Last active August 29, 2015 14:06
Show Gist options
  • Save michaek/69d882570bbd0df9cbb8 to your computer and use it in GitHub Desktop.
Save michaek/69d882570bbd0df9cbb8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div>
<div class="b">
Ok
</div>
</div>
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// ----
%a {
x:y;
}
b:after:not(:first-child) {
@extend %a;
}
c:s {
@extend %a;
}
d::e {
@extend c;
}
b:not(:first-child):after, c:s, d:s::e {
x: y;
}
<div>
<div class="b">
Ok
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment