Skip to content

Instantly share code, notes, and snippets.

@benthemonkey
Last active November 16, 2015 01:58
Show Gist options
  • Save benthemonkey/b089848bce1833381598 to your computer and use it in GitHub Desktop.
Save benthemonkey/b089848bce1833381598 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.foo {
content: 'foo';
@at-root &__bar {
content: 'bar';
@at-root &__baz {
content: 'baz';
}
}
}
.foo {
content: 'foo';
&__bar {
content: 'bar';
&__baz {
content: 'baz';
}
}
}
.foo {
content: 'foo';
}
.foo__bar {
content: 'bar';
}
.foo__bar__baz {
content: 'baz';
}
.foo {
content: 'foo';
}
.foo__bar {
content: 'bar';
}
.foo__bar__baz {
content: 'baz';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment