Skip to content

Instantly share code, notes, and snippets.

@ebryn
Created March 23, 2015 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebryn/c1fc5e9903dcb4705577 to your computer and use it in GitHub Desktop.
Save ebryn/c1fc5e9903dcb4705577 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
.my-component-a42dce {
& {
border: 1px solid black;
}
.foo {
color: blue;
}
}
.my-component-a42dce {
border: 1px solid black;
}
.my-component-a42dce .foo {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment