Skip to content

Instantly share code, notes, and snippets.

@escapedcat
Created August 6, 2014 09:15
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 escapedcat/6675e70c68dd8e9e01bf to your computer and use it in GitHub Desktop.
Save escapedcat/6675e70c68dd8e9e01bf to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
.my-list {
color: red;
&__item {
color: pink;
&--variation {
color: deeppink;
}
}
}
.my-list {
color: red;
}
.my-list__item {
color: pink;
}
.my-list__item--variation {
color: deeppink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment